Clear the docker setup - Deprecate post-create.sh and use bin/setup (#30502)
This commit is contained in:
parent
a729104a41
commit
cd4b00810d
4 changed files with 3 additions and 30 deletions
|
@ -107,7 +107,7 @@ development environment with **Docker**, complete the following steps:
|
|||
|
||||
- Install Docker Desktop
|
||||
- Run `docker compose -f .devcontainer/docker-compose.yml up -d`
|
||||
- Run `docker compose -f .devcontainer/docker-compose.yml exec app .devcontainer/post-create.sh`
|
||||
- Run `docker compose -f .devcontainer/docker-compose.yml exec app bin/setup`
|
||||
- Finally, run `docker compose -f .devcontainer/docker-compose.yml exec app bin/dev`
|
||||
|
||||
If you are using an IDE with [support for the Development Container specification](https://containers.dev/supporting), it will run the above `docker compose` commands automatically. For **Visual Studio Code** this requires the [Dev Container extension](https://containers.dev/supporting#dev-containers).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue