1
0
forked from ovh/pci-test
pci-test/ex2/Dockerfile
2024-12-01 21:31:29 +01:00

3 lines
36 B
Docker

FROM scratch
COPY app /
CMD ["/app"]