From 5392e16ce972b55c8b9cceecdc41331abb97f2df Mon Sep 17 00:00:00 2001 From: Guy Bianco IV Date: Tue, 29 Jun 2021 13:25:06 -0400 Subject: [PATCH] remove commands for containerfile as part of comp review --- todo-frontend/Containerfile | 4 ---- 1 file changed, 4 deletions(-) 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;"