1
0
forked from ovh/pci-test

modified dockerfile for ex2

This commit is contained in:
root 2025-05-01 19:05:50 +02:00
parent 936e0f80f0
commit 7a1433eb61

View File

@ -1,4 +1,3 @@
FROM alpine:latest
RUN apk --no-cache add ca-certificates
COPY app /app
ENTRYPOINT ["/app"]