Fix USER comment in debug Dockerfile
This commit is contained in:
parent
7cfc1f7a47
commit
54225d4074
|
@ -29,7 +29,7 @@ ARG app
|
|||
# copy in user info
|
||||
COPY --chown=root:root --chmod=0400 passwd /etc/passwd
|
||||
|
||||
# run as nonroot
|
||||
# run as root for debug
|
||||
USER root
|
||||
|
||||
# copy in binary
|
||||
|
|
Loading…
Reference in New Issue