FROM docker.io/nginx:1.19-alpine COPY container/config /etc/nginx RUN nginx -t EXPOSE 80 443 ENTRYPOINT ["nginx", "-g", "daemon off;"]