incorporate upstream changes.

This commit is contained in:
Eric Pfeiffer 2016-07-19 22:01:20 -05:00
parent 9b084433c3
commit 9e7a669d5b
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,9 @@ MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com>
LABEL caddy_version="0.9.0" architecture="amd64"
RUN apk add --update openssh-client tar curl
RUN apk update \
&& apk upgrade \
&& apk add tar curl
RUN curl --silent --show-error --fail --location \
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \

View File

@ -167,7 +167,7 @@ services:
caddy:
build: ./caddy
volumes_from:
- application
- volumes_source
ports:
- "80:80"
- "443:443"