Skip to content

Commit 448403b

Browse files
authored
Fix 'JsonArgsRecommended' BuildKit warning (#318)
* Fix 'JsonArgsRecommended' warning at build * Fix 'JsonArgsRecommended' warning at build * Fix 'JsonArgsRecommended' warning at build * Fix 'JsonArgsRecommended' warning at build * Fix 'JsonArgsRecommended' warning at build * Fix 'JsonArgsRecommended' warning at build
1 parent 1ed8a7d commit 448403b

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 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)