This commit is contained in:
Marco Ochse
2018-03-25 20:58:46 +00:00
parent c9a33870ff
commit 8257ae0a09
4 changed files with 15 additions and 5 deletions

View File

@ -6,7 +6,10 @@ ADD dist/ /root/dist/
# Get and install dependencies & packages
RUN apk -U upgrade && \
apk add bash nginx nginx-mod-http-headers-more procps && \
apk add bash \
nginx \
nginx-mod-http-headers-more \
procps && \
# Setup configs
mkdir -p /run/nginx && \