mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - add custom PYTHONPATH in Dockerfile
This commit is contained in:
parent
2a3e24bd28
commit
035eed8f6c
1 changed files with 1 additions and 0 deletions
|
|
@ -57,4 +57,5 @@ WORKDIR /usr/share/bunkerweb/ui
|
|||
|
||||
USER ui:ui
|
||||
|
||||
ENV PYTHONPATH /usr/share/bunkerweb/ui/deps/python
|
||||
CMD ["python3", "-m", "gunicorn", "--bind=0.0.0.0:7000", "--workers=1", "--threads=2", "--user", "ui", "--group", "ui", "main:app"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue