aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index bedc9496..79d33130 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,8 +46,7 @@ RUN apk --update --no-cache add \
46 php7-xml \ 46 php7-xml \
47 php7-simplexml \ 47 php7-simplexml \
48 php7-zlib \ 48 php7-zlib \
49 s6 \ 49 s6
50 && apk -U upgrade
51 50
52COPY .docker/nginx.conf /etc/nginx/nginx.conf 51COPY .docker/nginx.conf /etc/nginx/nginx.conf
53COPY .docker/php-fpm.conf /etc/php7/php-fpm.conf 52COPY .docker/php-fpm.conf /etc/php7/php-fpm.conf