Activation gzip

This commit is contained in:
nyanloutre 2017-07-15 01:22:58 +02:00
parent 2e97330bbe
commit b6862ef1f6
No known key found for this signature in database
GPG Key ID: 4177A74B460FAFD2
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
FROM nginx:alpine
RUN sed -i 's/#gzip/gzip/g' /etc/nginx/nginx.conf
COPY . /usr/share/nginx/html