diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 909be60..bd78c93 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,5 +21,5 @@ ] } }, - "postStartCommand": "apt update && apt install -y docker.io && docker run -d -p 8501:8501 astrabert/searchphi:latest" + "postCreateCommand": "bash install_dependencies_devcontainer.sh" }