konova/nginx/Dockerfile
mpeltriaux 77855b40ee # Docker Production
* adds further settings to create a production-ready docker configuration
2022-01-13 09:29:38 +01:00

4 lines
90 B
Docker

FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d