FROM nginx:stable-alpine RUN sed -i '1idaemon off;' /etc/nginx/nginx.conf COPY deploy/nginx.conf /etc/nginx/conf.d/default.conf COPY dist /app CMD ["nginx"]