Compare commits

..

No commits in common. "68d0bc3792929ca48e21ff7129b88ba8000d16c9" and "c20c16b579473dd12e6784a1f42df445cc2b4f2a" have entirely different histories.

View file

@ -9,5 +9,6 @@ FROM nginx:latest
RUN rm -rf /usr/share/nginx/html/*
COPY --from=build /usr/local/app/build/ /usr/share/nginx/html
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
RUN service nginx restart
EXPOSE 80