mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-08 23:18:58 +01:00
Sets the --noreload argument for runserver so that container can be stopped with CTRL-C
This commit is contained in:
parent
59282ab8b4
commit
a92c3be3e2
@ -43,4 +43,4 @@ FROM python-run-stage AS backend
|
||||
COPY . ${APP_HOME}
|
||||
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
CMD ["python3", "demo/manage.py", "runserver", "0.0.0.0:8080"]
|
||||
CMD ["python3", "demo/manage.py", "runserver", "--noreload", "0.0.0.0:8080"]
|
||||
|
Loading…
Reference in New Issue
Block a user