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

3 lines
36 B
Docker
Raw Normal View History

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