Skip to content

Commit

Permalink
Merge pull request #82 from uc-cdis/fix/docker
Browse files Browse the repository at this point in the history
fix(docker): ignore node_modules
  • Loading branch information
philloooo authored Jul 18, 2017
2 parents f5876f3 + 38693af commit b38df78
Show file tree
Hide file tree
Showing 3 changed files with 3,771 additions and 501 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ script:
- npm test
- |
set -e
git clean -f -fxd :/
docker build --cache-from quay.io/cdis/bpa-data-portal:master --build-arg APP=bpa -t quay.io/cdis/bpa-data-portal:${TRAVIS_BRANCH/\//_} .
docker build --cache-from quay.io/cdis/bpa-data-portal:master --build-arg APP=edc --build-arg BASENAME="/portal/" -t quay.io/cdis/edc-data-portal:${TRAVIS_BRANCH/\//_} .
docker build --cache-from quay.io/cdis/bpa-data-portal:master --build-arg APP=acct -t quay.io/cdis/acct-data-portal:${TRAVIS_BRANCH/\//_} .
Expand Down
Loading

0 comments on commit b38df78

Please sign in to comment.