forked from ovh/pci-test
3 lines
36 B
Docker
3 lines
36 B
Docker
|
FROM scratch
|
||
|
COPY app /
|
||
|
CMD ["/app"]
|