move nginx conf

This commit is contained in:
Guy Bianco IV 2021-06-17 15:51:43 -04:00
parent 2c80a284af
commit 1e85e18840
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 updatedDate="2021-05-19"
COPY nginx.conf /etc/nginx/
COPY .s2i/nginx/nginx.conf /etc/nginx/
COPY --from=appbuild /tmp/todo-frontend/build /usr/share/nginx/html
EXPOSE 8080