Remove overriding the user in favor of root
This commit is contained in:
@@ -46,5 +46,3 @@ RUN groupadd -g $GID -o $UNAME ;\
|
|||||||
useradd -m -u $UID -g $GID -o -s /bin/bash $UNAME
|
useradd -m -u $UID -g $GID -o -s /bin/bash $UNAME
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||||
|
|
||||||
USER $UNAME
|
|
||||||
|
|||||||
Reference in New Issue
Block a user