Remove overriding the user in favor of root

This commit is contained in:
flow.gunso
2019-04-09 13:51:47 +02:00
parent e78b76550f
commit 303b387869

View File

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