Browse Source

add dockerfile

master
zeus 3 years ago
parent
commit
1a8cd329f7
  1. 4
      Dockerfile

4
Dockerfile

@ -14,8 +14,8 @@ ENV USERhome=${dockeruser}
ENV UID=12345 ENV UID=12345
ENV GID=23456 ENV GID=23456
RUN addgroup -S node \ #RUN addgroup -S node \
&& adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -u "${UID}" "${USERhome}" # && adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -u "${UID}" "${USERhome}"
COPY \ COPY \
setup.sh \ setup.sh \

Loading…
Cancel
Save