remove commands for containerfile as part of comp review
This commit is contained in:
parent
455763d0e9
commit
5392e16ce9
1 changed files with 0 additions and 4 deletions
|
|
@ -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;"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue