histoiredunpied/Dockerfile

6 lines
212 B
Docker
Raw Normal View History

2020-02-11 09:02:51 +01:00
FROM nginx
2020-03-09 16:18:26 +01:00
COPY nginx-default.conf /etc/nginx/conf.d/default.conf
COPY nginx-compression.conf /etc/nginx/conf.d/compression.conf
COPY nginx-hide.conf /etc/nginx/conf.d/hide.conf
2020-02-11 09:02:51 +01:00
COPY public /usr/share/nginx/html