Skip to content

Commit

Permalink
fix: relative path fixed
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Suarez Losada <[email protected]>
Co-authored-by: Jorge Gancedo <[email protected]>
  • Loading branch information
Toto-hitori committed Apr 30, 2024
1 parent 42b24df commit a271b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
api:
container_name: api-${teamname:-defaultASW}
build:
context: ./api
context: ../../api
args:
DATABASE_USER: ${DATABASE_USER}
DATABASE_PASSWORD: ${DATABASE_PASSWORD}
Expand All @@ -39,7 +39,7 @@
question-generator:
container_name: question-generator-${teamname:-defaultASW}
build:
context: ./questiongenerator
context: ../../questiongenerator
args:
DATABASE_USER: ${DATABASE_USER}
DATABASE_PASSWORD: ${DATABASE_PASSWORD}
Expand All @@ -58,7 +58,7 @@
build:
args:
REACT_APP_API_ENDPOINT: ${API_URI}
context: ./webapp
context: ../../webapp
dockerfile: Dockerfile
environment:
- REACT_APP_API_ENDPOINT=${API_URI}
Expand Down

0 comments on commit a271b5d

Please sign in to comment.