chore(docker): update volume mappings for development environment
This commit is contained in:
@@ -6,7 +6,8 @@ services:
|
|||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- /app/vendor # keeps vendor from the dev image, not your local dir
|
- ./vendor:/app/vendor
|
||||||
|
- /app/var/data
|
||||||
environment:
|
environment:
|
||||||
APP_ENV: dev
|
APP_ENV: dev
|
||||||
APP_DEBUG: "1"
|
APP_DEBUG: "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user