forked from ovh/pci-test
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
FROM alpine:latest
|
|
COPY app /app
|
|
ENTRYPOINT ["/app"]
|