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

4 lines
44 B
Docker
Raw Normal View History

2024-12-01 20:31:29 +00:00
FROM scratch
COPY app /
ENTRYPOINT ["/app"]