diff --git a/todo-frontend/Containerfile b/todo-frontend/Containerfile index b453810..8e90f19 100644 --- a/todo-frontend/Containerfile +++ b/todo-frontend/Containerfile @@ -25,8 +25,4 @@ LABEL updatedDate="2021-05-19" COPY nginx.conf /etc/nginx/ COPY --from=appbuild /tmp/todo-frontend/build /usr/share/nginx/html -EXPOSE 8080 - -USER nginx - CMD nginx -g "daemon off;"