forked from ovh/pci-test
Ex.2
This commit is contained in:
parent
6e7fe656b4
commit
936e0f80f0
4
ex2/dockerfile
Normal file
4
ex2/dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add ca-certificates
|
||||
COPY app /app
|
||||
ENTRYPOINT ["/app"]
|
Loading…
Reference in New Issue
Block a user