Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
annsts committed Dec 4, 2023
1 parent 6b35608 commit 68bbfca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ services:
web-app:
build:
context: ./web_app
dockerfile: Dockerfile.web
dockerfile: dockerfile.web
image: ${DOCKERHUB_USERNAME}/web-app:latest
ports:
- "5001:5000"
ml-client:
build:
context: ./machine_learning_client
dockerfile: Dockerfile.ml
dockerfile: dockerfile.ml
image: ${DOCKERHUB_USERNAME}/ml-client:latest
ports:
- "5002:5002"
Expand Down

0 comments on commit 68bbfca

Please sign in to comment.