Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Remove the steps who has to do be done at runtime
  • Loading branch information
etienne-napoleone committed Jul 2, 2018
1 parent 2921ab6 commit e0bed55
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ RUN apk --no-cache --virtual deps add \
bash \
git \
&& npm install -g pm2 truffle \
&& npm install \
&& truffle deploy \
&& npm run build \
&& rm -rf node_modules \
&& npm install --production \
&& apk del deps
&& npm install

ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["npm"]

0 comments on commit e0bed55

Please sign in to comment.