Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
Improve layer usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Maia committed Jan 18, 2017
1 parent f6bcac4 commit ca2052f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-elm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM node:6.9.1

RUN npm install -g yarn

COPY ./ /code
WORKDIR /code

RUN npm install -g yarn
RUN yarn

CMD yarn assets

0 comments on commit ca2052f

Please sign in to comment.