Skip to content

Commit

Permalink
set int-test to target dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Jul 28, 2023
1 parent fdabb50 commit 32f17af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-int-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
build:
context: .
dockerfile: docker/lab/Dockerfile
target: ${DOCKER_BUILD_ENV}
target: dev
args:
# - USE_WHEELS=${USE_WHEELS}
- USE_WHEELS=0
Expand All @@ -48,7 +48,7 @@ services:
build:
context: .
dockerfile: docker/machine/Dockerfile
target: ${DOCKER_BUILD_ENV}
target: dev
args:
# - USE_WHEELS=${USE_WHEELS}
- USE_WHEELS=0
Expand Down

0 comments on commit 32f17af

Please sign in to comment.