Skip to content

Commit

Permalink
Revert "Change docker compose to use production"
Browse files Browse the repository at this point in the history
This reverts commit 99989cc.
  • Loading branch information
CalPinSW committed Jun 26, 2024
1 parent 99989cc commit c7ac324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: frontend
dockerfile: Dockerfile
target: production
target: development
ports:
- "1234:1234"
env_file:
Expand All @@ -21,7 +21,7 @@ services:
build:
context: backend
dockerfile: Dockerfile
target: production
target: development
ports:
- "5000:5000"
env_file:
Expand Down

0 comments on commit c7ac324

Please sign in to comment.