852ac26
1
2
3
4
5
FROM nginx WORKDIR /etc/nginx/ RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d EXPOSE 80