mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
mount ssh directory in container so git clone works
This commit is contained in:
parent
1bd1b88120
commit
5aba358714
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ services:
|
|||
volumes:
|
||||
- ..:/workspace:cached
|
||||
# Enable if you require git cloning
|
||||
# - ${HOME}/.ssh:/home/frappe/.ssh
|
||||
- ${HOME}/.ssh:/home/frappe/.ssh:ro
|
||||
working_dir: /workspace/development
|
||||
ports:
|
||||
- 8000-8005:8000-8005
|
||||
|
|
|
|||
Loading…
Reference in a new issue