diff --git a/todo-frontend/nginx.conf b/todo-frontend/.s2i/nginx/nginx.conf similarity index 100% rename from todo-frontend/nginx.conf rename to todo-frontend/.s2i/nginx/nginx.conf diff --git a/todo-frontend/Dockerfile b/todo-frontend/Dockerfile index 9935c9e..2e55d5f 100644 --- a/todo-frontend/Dockerfile +++ b/todo-frontend/Dockerfile @@ -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