Skip to content

Commit 6c58ab9

Browse files
committed
Fix 'JsonArgsRecommended' warning at build
1 parent 55e55ee commit 6c58ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_dirname}}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ RUN python3 -m pip install --user --no-cache-dir -r requirements/local.txt
7575
COPY --chown=$APPUSER . .
7676
RUN DJANGO_SECRET_KEY=build python3 -m manage collectstatic --clear --link --noinput
7777
ENTRYPOINT ["./scripts/entrypoint.sh"]
78-
CMD ["sh", "-c", "python3 -m manage runserver 0.0.0.0:${INTERNAL_SERVICE_PORT}"]
78+
CMD ["sh", "-c", "exec python3 -m manage runserver 0.0.0.0:${INTERNAL_SERVICE_PORT}"]

0 commit comments

Comments
 (0)