Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Orie Steele committed Jul 28, 2017
1 parent 191e577 commit 21e46b0
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
Expand Up @@ -9,7 +9,7 @@ COPY . /usr/src/app
WORKDIR /usr/src/app

RUN rm -rf node_modules src/contracts
RUN npm install
RUN npm install -g truffle
RUN npm install

CMD RPC_HOST=testrpc truffle migrate && npm run move-contracts && npm start

0 comments on commit 21e46b0

Please sign in to comment.