2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-11 00:18:47 +00:00

Merge pull request #252 from africlouds/develop

Set /workspace/development as default working dir
This commit is contained in:
Revant Nandgaonkar 2020-06-10 09:49:32 +05:30 committed by GitHub
commit 3da4e0444b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ services:
command: sleep infinity
volumes:
- ..:/workspace:cached
working_dir: /workspace/development
ports:
- "8000:8000"
- "9000:9000"