FROM nginx:alpine WORKDIR /app COPY dist /app COPY nginx/nginx.conf /etc/nginx/ COPY nginx/conf.d/default.conf /etc/nginx/conf.d EXPOSE 8080