1
0
forked from ovh/pci-test
This commit is contained in:
dmagro 2025-05-01 18:28:29 +02:00
parent 6e7fe656b4
commit 936e0f80f0

4
ex2/dockerfile Normal file
View File

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