FROM nginx:mainline-alpine RUN rm /etc/nginx/conf.d/default.conf COPY * /etc/nginx/conf.d/ EXPOSE 80 443