Skip to content

Commit

Permalink
add a user
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeries committed Nov 23, 2015
1 parent c2ff235 commit 85908f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ RUN mkdir -p /usr/games && cd /usr/games && git clone https://github.com/mjeries
RUN cd /usr/games/minecraft && chmod +x generate-sslcert.sh; sync && ./generate-sslcert.sh
##install deps
RUN cd /usr/games/minecraft && npm install

RUN useradd mc && echo "mc:admin" | chpasswd

0 comments on commit 85908f7

Please sign in to comment.