Skip to content

Commit

Permalink
move port binding to debug compose
Browse files Browse the repository at this point in the history
  • Loading branch information
AiroPi committed Mar 19, 2024
1 parent 6ac3284 commit fb0f7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions compose.debug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
services:
readme-backend:
ports:
- 80:80
build:
target: debug
environment:
Expand Down
2 changes: 0 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
build:
dockerfile: ./Dockerfile
target: production
ports:
- 80:80
develop:
watch:
- action: sync
Expand Down

0 comments on commit fb0f7a9

Please sign in to comment.