konova/nginx/Dockerfile
mpeltriaux 7075d7074c # Docker Production
* adds further settings to create a production-ready docker configuration
2022-01-10 15:27:19 +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