This commit is contained in:
Kai Hendry
2015-12-21 09:01:32 +00:00
parent f4437e46ef
commit e363394b90
3 changed files with 4 additions and 10 deletions

View File

@@ -12,7 +12,8 @@ RUN apk upgrade --update --available && \
bash \
vim \
supervisor \
&& rm -f /var/cache/apk/*
&& rm -f /var/cache/apk/* \
&& chmod -R 755 /var/lib/nginx
ADD www /srv/http
ADD nginx.conf /etc/nginx/nginx.conf