modified: Dockerfile
This commit is contained in:
@@ -28,5 +28,7 @@ ENV DAILY_RESET_UTC=$DAILY_RESET_UTC
|
|||||||
RUN useradd --create-home appuser && chown -R appuser:appuser /app
|
RUN useradd --create-home appuser && chown -R appuser:appuser /app
|
||||||
USER appuser
|
USER appuser
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
|
|
||||||
# Startbefehl (Production: Gunicorn)
|
# Startbefehl (Production: Gunicorn)
|
||||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "120", "wsgi:app"]
|
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "120", "wsgi:app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user