Fix USER comment in debug Dockerfile

This commit is contained in:
Seednode 2024-01-15 12:29:26 -06:00
parent 7cfc1f7a47
commit 54225d4074
1 changed files with 1 additions and 1 deletions

View File

@ -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