Skip to content

Commit

Permalink
Expose backend (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
takumihara authored Nov 13, 2023
1 parent e4e9e08 commit 18264e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
condition: service_healthy
backend:
build: backend
ports:
- "${BACKEND_PORT}:3000"
command: sh -c "yarn start:dev"
environment:
PORT: ${BACKEND_PORT}
Expand Down

0 comments on commit 18264e1

Please sign in to comment.