Skip to content

Commit

Permalink
Fixed docker-compose in mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod committed Nov 7, 2023
1 parent 8bdf4f5 commit cf1968c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dl_connector_mssql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# INFRA
pg-us:
build:
context: ../../mainrepo/lib/testenv-common/images
context: ../testenv-common/images
dockerfile: Dockerfile.pg-us
environment:
POSTGRES_DB: us-db-ci_purgeable
Expand All @@ -30,7 +30,7 @@ services:

us:
build:
context: ../../mainrepo/lib/testenv-common/images
context: ../testenv-common/images
dockerfile: Dockerfile.us
depends_on:
- pg-us
Expand Down

0 comments on commit cf1968c

Please sign in to comment.