From 3015bed17d367bb04f5939cb346b3e7d600f34c7 Mon Sep 17 00:00:00 2001 From: JJ Grobler <149567957+JJ-Cronos@users.noreply.github.com> Date: Tue, 21 May 2024 12:20:31 +0200 Subject: [PATCH] fix: fix manually start container script --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d60c4744..2f1ea388 100644 --- a/README.md +++ b/README.md @@ -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.