Skip to content

Commit

Permalink
Set client port to come from .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteLoupe committed Nov 21, 2024
1 parent 528ffa4 commit 1b2ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
client:
build: ./client
ports:
- "3000:3000"
- "${CLIENT_PORT}:${CLIENT_PORT}"
environment:
- NODE_ENV=development
depends_on:
Expand Down

0 comments on commit 1b2ee78

Please sign in to comment.