Skip to content

Commit

Permalink
Usuário e grupos já existem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederson Torresini committed Apr 6, 2018
1 parent 544c128 commit a13cd6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ LABEL maintainer="[email protected]" \

COPY ./docker-entrypoint.sh /
RUN chmod 0755 /docker-entrypoint.sh && \
useradd -g node -d /home/node -m -s /bin/bash node && \
install -d -g node -o node -m 0700 /home/node/.ssh && \
npm install -g -y react-native && \
apt update && \
Expand Down

0 comments on commit a13cd6b

Please sign in to comment.