Set /workspace/development as default working dir
When one misses the part of the doc that says bench should be created under /workspace/development, bench is created in home directory and the work would be lost when the container is recreated. Making the directory default would avert that
This commit is contained in:
parent
266806ff73
commit
a5b8db6137
@ -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…
x
Reference in New Issue
Block a user