move nginx conf back

This commit is contained in:
Guy Bianco IV 2021-06-21 15:54:34 -04:00
parent 1e85e18840
commit 86110fad75
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ LABEL description="To Do List application front-end"
LABEL creationDate="2017-12-25" LABEL creationDate="2017-12-25"
LABEL updatedDate="2021-05-19" LABEL updatedDate="2021-05-19"
COPY .s2i/nginx/nginx.conf /etc/nginx/ COPY nginx.conf /etc/nginx/
COPY --from=appbuild /tmp/todo-frontend/build /usr/share/nginx/html COPY --from=appbuild /tmp/todo-frontend/build /usr/share/nginx/html
EXPOSE 8080 EXPOSE 8080