2
0
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:
Revant Nandgaonkar 2021-09-15 15:11:36 +05:30
parent 401613900f
commit 90e973090e

View File

@ -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