mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
fix: use port configured in .env (#773)
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
- ..:/workspace:cached
|
||||
- bundle_cache:/bundle
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- ${PORT:-3000}:3000
|
||||
command: sleep infinity
|
||||
environment:
|
||||
<<: *rails_env
|
||||
|
||||
Reference in New Issue
Block a user