fix: Expose port 3000 to host (for yarn dev) (#4215)

This commit is contained in:
Lars Eggert 2022-07-15 19:39:40 +02:00 committed by GitHub
parent adcca27a74
commit 9b1669c93d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ services:
app:
ports:
- 'CUSTOM_PORT:8000'
- '3000:3000'
volumes:
- .:/workspace
- /workspace/.parcel-cache