git ssb

0+

Rômulo Alves / website



Tree: f46ef21400fa104ed9a1f41f7d389ea002f5a4fc

Files: f46ef21400fa104ed9a1f41f7d389ea002f5a4fc / src / Dockerfile

119 bytesRaw
1FROM alpine
2
3RUN apk --no-cache add curl
4
5COPY * /
6
7EXPOSE 80
8EXPOSE 443
9
10CMD ["./caddy", "-conf=/Caddyfile", "-agree"]

Built with git-ssb-web