move nginx conf
This commit is contained in:
parent
2c80a284af
commit
1e85e18840
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue