mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 17:21:43 +02:00
Remove faulty postAttachCommand from devcontainer.json
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user