style: use the correct notation for Dockerfile CMD
This commit is contained in:
parent
b8a6f6ad9a
commit
b58620c688
@ -20,4 +20,4 @@ HEALTHCHECK CMD curl --fail http://localhost:8000 || exit 1
|
||||
|
||||
USER 1000:1000
|
||||
|
||||
CMD sh docker/dev/app/entrypoint.sh
|
||||
CMD ["sh", "docker/dev/app/entrypoint.sh"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user