FROM nginx:alpine COPY ./app /usr/share/nginx/html COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80 EXPOSE 443