Skip to content

Commit

Permalink
fix: fix docker image
Browse files Browse the repository at this point in the history
stepankuzmin committed Sep 21, 2018

Verified

This commit was signed with the committer’s verified signature.
danepowell Dane Powell
1 parent 312b478 commit 7dbb3b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM node:8-alpine
FROM node:8
LABEL maintainer="Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"

ENV PATH /usr/src/app/node_modules/.bin:$PATH
WORKDIR /usr/src/app
COPY . .
RUN yarn global add file:/usr/src/app
RUN yarn global add file:/usr/src/app

ENTRYPOINT [ "galton" ]

0 comments on commit 7dbb3b7

Please sign in to comment.