fix: fix manually start container script

This commit is contained in:
JJ Grobler 2024-05-21 12:20:31 +02:00 committed by GitHub
parent 4465f6e1a3
commit 3015bed17d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,8 @@ You have two option for starting the docker container for development:
1. Run the following script 1. Run the following script
```sh ```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. > Note: Your **terminal** is now open in the development workspace. However, the VsCode **window** is not.