Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to fix build
  • Loading branch information
Victor Bjelkholm committed Mar 2, 2016
1 parent eb279b7 commit 4166e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -10,8 +10,7 @@ RUN npm install

COPY . /usr/src/app

ARG VERSION=dev
ENV VERSION ${VERSION}
ENV VERSION $CIRCLE_BUILD_NUM

RUN npm run compile:prod

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -4,7 +4,7 @@ machine:
dependencies:
override:
- docker info
- docker build --build-arg VERSION=$CIRCLE_BUILD_NUM -t victorbjelkholm/ipfsbin .
- docker build -t victorbjelkholm/ipfsbin .
test:
override:
- docker run -it victorbjelkholm/ipfsbin npm test
Expand Down

0 comments on commit 4166e50

Please sign in to comment.