2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00

update nginx

This commit is contained in:
kev
2016-06-20 22:12:41 +08:00
parent c5ff20a50a
commit 9591c062e3
3 changed files with 23 additions and 5 deletions

View File

@@ -3,13 +3,10 @@
#
FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN set -xe \
&& apk add -U nginx \
&& rm -rf /var/cache/apk/*
VOLUME /usr/share/nginx/html
RUN apk add --no-cache nginx
EXPOSE 80