1
0
forked from ovh/pci-test
pci-test/ex2/Dockerfile

4 lines
44 B
Docker

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