1
0
forked from ovh/pci-test
pci-test/ex2/dockerfile
2025-05-01 18:28:29 +02:00

5 lines
92 B
Plaintext

FROM alpine:latest
RUN apk --no-cache add ca-certificates
COPY app /app
ENTRYPOINT ["/app"]