mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: fix manually start container script
This commit is contained in:
parent
4465f6e1a3
commit
3015bed17d
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ You have two option for starting the docker container for development:
|
|||
1. Run the following script
|
||||
|
||||
```sh
|
||||
sudo ./run-container.sh
|
||||
docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TERM=xterm-256color\" -w /workspace/development -it devcontainer-frappe-1 bash
|
||||
|
||||
```
|
||||
|
||||
> Note: Your **terminal** is now open in the development workspace. However, the VsCode **window** is not.
|
||||
|
|
|
|||
Loading…
Reference in a new issue