Remove faulty postAttachCommand from devcontainer.json

This commit is contained in:
Phillip Kühne 2023-10-04 10:45:36 +00:00
parent e7b0f5f2dc
commit 00e090ec48
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -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",