mount ssh directory in container so git clone works

This commit is contained in:
Cameron Carslake 2025-08-23 15:04:44 +09:30
parent 1bd1b88120
commit 5aba358714

View file

@ -56,7 +56,7 @@ services:
volumes: volumes:
- ..:/workspace:cached - ..:/workspace:cached
# Enable if you require git cloning # Enable if you require git cloning
# - ${HOME}/.ssh:/home/frappe/.ssh - ${HOME}/.ssh:/home/frappe/.ssh:ro
working_dir: /workspace/development working_dir: /workspace/development
ports: ports:
- 8000-8005:8000-8005 - 8000-8005:8000-8005