Skip to content

Commit

Permalink
fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobody84 authored Sep 18, 2017
1 parent 2281a24 commit 9827a73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@ RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.6.2-1no
#download mineos from github
RUN mkdir /usr/games/minecraft \
&& cd /usr/games/minecraft \
<<<<<<< HEAD
&& git clone https://github.com/hexparrot/mineos-node.git . \
&& git checkout tags/"${MINEOS_VERSION}" -b release \
=======
&& git clone --depth=1 https://github.com/hexparrot/mineos-node.git . \
>>>>>>> e3b1650054b8051454a630e5a6bb8a1aa67e11b8
&& chmod +x webui.js mineos_console.js service.js

#build npm deps and clean up apt for image minimalization
Expand Down

0 comments on commit 9827a73

Please sign in to comment.