Skip to content

Commit

Permalink
fix(circleci): added proper dev docker building
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Oct 13, 2019
1 parent 6ca0d60 commit 509cab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: ubuntu-1604:201903-01
steps:
- checkout
- run: docker-compose -f docker/docker-compose.yml build --no-cache oms-discounts
- run: docker-compose -f docker/docker-compose.yml -f docker/docker-compose.dev.yml build --no-cache oms-discounts
lint:
machine:
image: ubuntu-1604:201903-01
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./${PATH_OMS_DISCOUNTS}/..
dockerfile: ./docker/oms-discounts/Dockerfile.dev
image: aegee/oms-discounts:latest
image: aegee/oms-discounts:dev
volumes:
- /usr/app/src/node_modules
- ./${PATH_OMS_DISCOUNTS}/../:/usr/app/src
Expand Down

0 comments on commit 509cab6

Please sign in to comment.