mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
chore: devcontainer update
specify shell for devcontainer [skip travis]
This commit is contained in:
parent
401613900f
commit
90e973090e
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ services:
|
||||||
frappe:
|
frappe:
|
||||||
image: frappe/bench:latest
|
image: frappe/bench:latest
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
environment:
|
||||||
|
- SHELL=/bin/bash
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspace:cached
|
- ..:/workspace:cached
|
||||||
working_dir: /workspace/development
|
working_dir: /workspace/development
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue