fix: Expose port 3000 to host (for yarn dev
) (#4215)
This commit is contained in:
parent
adcca27a74
commit
9b1669c93d
|
@ -4,6 +4,7 @@ services:
|
|||
app:
|
||||
ports:
|
||||
- 'CUSTOM_PORT:8000'
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
- .:/workspace
|
||||
- /workspace/.parcel-cache
|
||||
|
|
Loading…
Reference in a new issue