Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-takker committed Mar 2, 2024
1 parent 8a28e83 commit 7d2a5a9
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 @@ -12,7 +12,7 @@ services:

rest:
restart: on-failure
image: andytakker/industry-game-rest:latest
# image: andytakker/industry-game-rest:latest
build:
dockerfile: ./docker/rest.dockerfile
context: .
Expand All @@ -34,7 +34,7 @@ services:

frontend:
restart: on-failure
image: andytakker/industry-game-frontend:latest
# image: andytakker/industry-game-frontend:latest
build:
dockerfile: ./docker/frontend.dockerfile
context: .
Expand Down

0 comments on commit 7d2a5a9

Please sign in to comment.