forked from ovh/pci-test
fix: Use entrypoint instead of cmd in Dockerfile
This commit is contained in:
parent
a3da5e0425
commit
fac76a23ea
@ -1,3 +1,3 @@
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
COPY app /
|
COPY app /
|
||||||
CMD ["/app"]
|
ENTRYPOINT ["/app"]
|
||||||
|
Loading…
Reference in New Issue
Block a user