From 00e090ec48444671e3b8d10b11ded01e4eed8ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 4 Oct 2023 10:45:36 +0000 Subject: [PATCH] Remove faulty postAttachCommand from devcontainer.json --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6fff7f6..11c72c8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,9 +7,6 @@ "onCreateCommand": "curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && sudo apt install -y libmariadb3 libmariadb-dev", "updateContentCommand": "pip install -r backend/requirements.txt", "postCreateCommand": "", - "postAttachCommand": { - "server": "flask --debug run" - }, "portsAttributes": { "5000": { "label": "Application",