Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sneak authored Sep 5, 2017
1 parent 9a21604 commit 96fd63b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ COPY . /var/app
# ./node_modules/.bin/eslint . && \
# npm run build

RUN mkdir tmp && \
npm test && \
npm run-script build
RUN yarn run test && yarn run build

ENV PORT 8080
ENV NODE_ENV production
Expand Down

0 comments on commit 96fd63b

Please sign in to comment.