1
0
forked from ovh/pci-test

fix: Use entrypoint instead of cmd in Dockerfile

This commit is contained in:
syrell 2024-12-03 15:57:45 +01:00
parent a3da5e0425
commit fac76a23ea

View File

@ -1,3 +1,3 @@
FROM scratch FROM scratch
COPY app / COPY app /
CMD ["/app"] ENTRYPOINT ["/app"]