4 lines
83 B
Docker
4 lines
83 B
Docker
FROM nginx:latest
|
|
COPY gzip.conf /etc/nginx/conf.d
|
|
COPY src /usr/share/nginx/html
|
|
|