FROM nginx:latest COPY ./dist/ /etc/nginx/html COPY nginx.conf /etc/nginx/nginx.conf # Expose port 80 EXPOSE 80