docker-caddy/Dockerfile
Jan Christian Grünhage 36fcd5172d
All checks were successful
the build was successful
fix: install bash, run script requires it:>
2018-02-15 13:08:12 +01:00

6 lines
118 B
Docker

FROM docker.jcg.re/base-caddy
RUN apk add --no-cache bash
ADD root /
EXPOSE 2015 80 443
VOLUME ["/caddy", "/var/www"]