fix the volume declaration

This commit is contained in:
Matt Rogers 2018-05-25 22:07:04 -05:00
parent 427f2d23ba
commit 44117e73d8
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -9,7 +9,7 @@ services:
web:
build: .
volumes:
- "${VOLUME:-:/app/workdir}"
- "${VOLUME:-.:/app/workdir}"
ports:
- "3000:3000"
depends_on: