We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e55ee commit 6c58ab9Copy full SHA for 6c58ab9
{{cookiecutter.project_dirname}}/Dockerfile
@@ -75,4 +75,4 @@ RUN python3 -m pip install --user --no-cache-dir -r requirements/local.txt
75
COPY --chown=$APPUSER . .
76
RUN DJANGO_SECRET_KEY=build python3 -m manage collectstatic --clear --link --noinput
77
ENTRYPOINT ["./scripts/entrypoint.sh"]
78
-CMD ["sh", "-c", "python3 -m manage runserver 0.0.0.0:${INTERNAL_SERVICE_PORT}"]
+CMD ["sh", "-c", "exec python3 -m manage runserver 0.0.0.0:${INTERNAL_SERVICE_PORT}"]
0 commit comments