Skip to content

Commit

Permalink
add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeries committed Nov 23, 2015
1 parent 85908f7 commit 7130915
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 @@ -18,3 +18,5 @@ RUN cd /usr/games/minecraft && chmod +x generate-sslcert.sh; sync && ./generate-
RUN cd /usr/games/minecraft && npm install

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

ENTRYPOINT ["node","webui.js"]

0 comments on commit 7130915

Please sign in to comment.