konova/nginx/Dockerfile
mpeltriaux b4e75fa2cd Revert "Revert accidental docker->master merge"
This reverts commit db834b581ec6813977dd55bf730e40e7291dd9b6.
2022-02-04 15:17:08 +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