forked from ovh/pci-test
4 lines
44 B
Docker
4 lines
44 B
Docker
FROM scratch
|
|
COPY app /
|
|
ENTRYPOINT ["/app"]
|