diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4bb705b..fa0df30 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,5 +4,5 @@ "build": { "dockerfile": "../Dockerfile" }, - "postCreateCommand": "/etc/init.d/mysql start" + "postCreateCommand": "start_mysql.sh" }