fix: install bash, run script requires it:>

This commit is contained in:
Jan Christian Grünhage 2018-02-15 13:08:12 +01:00
parent e3b5864f34
commit 36fcd5172d
1 changed files with 1 additions and 0 deletions

View File

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