adding files
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --update --no-cache openssl-dev musl-dev zlib-dev curl tzdata
|
||||
|
||||
WORKDIR /root/
|
||||
COPY caddy-server /root/
|
||||
CMD ["./caddy-server -conf Caddyfile"]
|
Reference in New Issue
Block a user