mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
Merge pull request #252 from africlouds/develop
Set /workspace/development as default working dir
This commit is contained in:
commit
3da4e0444b
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ services:
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspace:cached
|
- ..:/workspace:cached
|
||||||
|
working_dir: /workspace/development
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue