Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 7, 2024
1 parent 564f686 commit 9bb3382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

api:
build:
context: ./api
context: ./api/service
dockerfile: api/service/Dockerfile-api
image: bio-compose-server-api:0.0.1 # .9 ghcr.io/biosimulators/bio-check-compose_api:1.11.11 # .9
container_name: api
Expand All @@ -31,7 +31,7 @@ services:

worker:
build:
context: ./worker
context: ./worker/service
dockerfile: worker/service/Dockerfile-worker
image: bio-compose-server-worker:0.0.1 # ghcr.io/biosimulators/bio-check-compose_worker:1.11.9 # .7
container_name: worker
Expand Down

0 comments on commit 9bb3382

Please sign in to comment.