FROM nginx RUN rm /etc/nginx/conf.d/default.conf COPY nginx.dev.conf /etc/nginx/conf.d/nginx.conf EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]