Skip to content

Commit

Permalink
fix compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
cheehongw committed Nov 14, 2023
1 parent fea26e9 commit 93a3b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- "8082:8082"

code-execution:
name: code-execution
container_name: code-execution
image: asia-southeast1-docker.pkg.dev/cs3219-400714/peerprep/code-execution:latest
build:
context: ./code_execution
Expand Down
2 changes: 1 addition & 1 deletion docker_compose_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- profile_pictures:/usr/src/app/public/profile_pictures

code-execution:
name: code-execution
container_name: code-execution
build:
context: ./code_execution
environment:
Expand Down

0 comments on commit 93a3b37

Please sign in to comment.