ui - add custom PYTHONPATH in Dockerfile

This commit is contained in:
florian 2022-11-13 21:01:26 +01:00
parent 2a3e24bd28
commit 035eed8f6c
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 0 deletions

View File

@ -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"]