move nginx conf back
This commit is contained in:
parent
1e85e18840
commit
86110fad75
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 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue