style: use the correct notation for Dockerfile CMD

This commit is contained in:
Matouš Volf 2024-08-18 23:08:23 +02:00
parent 5ca35cc5f1
commit fa4476bbed

View File

@ -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"]