This website requires JavaScript.
Explore
Help
Sign In
nyanloutre
/
site-max
Watch
1
Star
0
Fork
0
You've already forked site-max
Code
Issues
Pull Requests
Releases
Wiki
Activity
b6862ef1f6
site-max
/
Dockerfile
4 lines
98 B
Docker
Raw
Normal View
History
Unescape
Escape
Premier commit
2017-07-14 15:51:49 +02:00
FROM
nginx:alpine
Activation gzip
2017-07-15 01:22:58 +02:00
RUN
sed -i
's/#gzip/gzip/g'
/etc/nginx/nginx.conf
Premier commit
2017-07-14 15:51:49 +02:00
COPY
. /usr/share/nginx/html
Reference in New Issue
Copy Permalink