forked from ovh/pci-test
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
FROM alpine:latest
|
|
RUN apk --no-cache add ca-certificates
|
|
COPY app /app
|
|
ENTRYPOINT ["/app"]
|