Browse Source

add setup.sh

master
zeus 3 years ago
parent
commit
c2a3b62ff7
  1. 2
      Dockerfile

2
Dockerfile

@ -14,7 +14,7 @@ ENV UID=12345
ENV GID=23456
RUN addgroup -S docker \
&& adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -U "${UID}" "${USERhome}"
&& adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -u "${UID}" "${USERhome}"

Loading…
Cancel
Save