Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #122 from eturino/dockerfile_fix
Browse files Browse the repository at this point in the history
fix: dockerfile to adapt to nodejs docker issues
  • Loading branch information
andyroyle committed May 7, 2015
2 parents 7ab57b7 + 8babd8b commit 3f99f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockerfile/nodejs
FROM node:latest

ADD package.json /tmp/package.json
RUN cd /tmp && npm install -g grunt-cli && npm install bower -g && npm install
Expand Down

0 comments on commit 3f99f84

Please sign in to comment.