awesome-compose/nginx-nodejs-redis/nginx/Dockerfile
2022-03-05 12:23:50 +05:30

4 lines
96 B
Docker

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