konova/nginx/Dockerfile
mpeltriaux 3fcc438558 Revert "Revert accidental docker->master merge"
This reverts commit 49aba49406927d0002d87f1c63d1e809633c3f92.
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