mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
chore: devcontainer update
specify shell for devcontainer [skip travis]
This commit is contained in:
parent
401613900f
commit
90e973090e
@ -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 New Issue
Block a user