Browse Source

add setup.sh

master
zeus 3 years ago
parent
commit
c7282f8901
  1. 9
      Dockerfile

9
Dockerfile

@ -15,11 +15,12 @@ ENV GID=23456
RUN addgroup -S docker \
&& adduser \
--disabled-password \
--gecos "" \
--home "/home/${USERhome}" \
--ingroup "${USERhome}" \
--uid "${UID}" \
"${USERhome}"
--home "/home/$USERhome" \
--ingroup "$USERhome" \
--uid "$UID" \
"$USERhome"

Loading…
Cancel
Save