remove commands for containerfile as part of comp review

This commit is contained in:
Guy Bianco IV 2021-06-29 13:25:06 -04:00
parent 455763d0e9
commit 5392e16ce9

View file

@ -25,8 +25,4 @@ LABEL updatedDate="2021-05-19"
COPY 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
USER nginx
CMD nginx -g "daemon off;" CMD nginx -g "daemon off;"