Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jan 17, 2016
1 parent 03541e5 commit b1fa271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################
## Docker Image for the OS.js-v2 Project ##
## Docker Image for the OS.js Project ##
## Dockerfile created by junland (Github) ##
############################################

Expand All @@ -17,12 +17,12 @@ RUN apt-get install -y npm
RUN apt-get install -y nodejs-legacy

## Clone the Repo and install grunt ##
RUN git clone https://github.com/andersevenrud/OS.js-v2.git
RUN git clone https://github.com/os-js/OS.js.git
RUN npm install -g grunt-cli
RUN cd OS.js-v2/
RUN cd OS.js/

## Install and Compile OS.js ##
WORKDIR OS.js-v2/
WORKDIR OS.js/
RUN npm install
RUN grunt

Expand Down

0 comments on commit b1fa271

Please sign in to comment.