Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Newest version of Windshaft (master) breaks, using #15c0f06e which I believe was the last working version prior to this Dockerfile's creation. 

Also, changing the grunt run command to address chriswhong#24
  • Loading branch information
Prindle19 authored Mar 26, 2018
1 parent 2731ec3 commit 3dac74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ npm install
#MAPS API:
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git &&\
cd Windshaft-cartodb &&\
git checkout master &&\
git checkout #15c0f06e . &&\
npm install

#Ruby
Expand Down Expand Up @@ -154,7 +154,7 @@ ENV LC_ALL en_US.UTF-8
RUN cd cartodb &&\
export PATH=$PATH:$PWD/node_modules/grunt-cli/bin &&\
bundle install &&\
bundle exec grunt --environment production
bundle exec grunt --environment=production

RUN service postgresql start && service redis-server start &&\
cd cartodb &&\
Expand Down

0 comments on commit 3dac74c

Please sign in to comment.