mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Remove faulty postAttachCommand from devcontainer.json
This commit is contained in:
parent
e7b0f5f2dc
commit
00e090ec48
@ -7,9 +7,6 @@
|
|||||||
"onCreateCommand": "curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && sudo apt install -y libmariadb3 libmariadb-dev",
|
"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",
|
"updateContentCommand": "pip install -r backend/requirements.txt",
|
||||||
"postCreateCommand": "",
|
"postCreateCommand": "",
|
||||||
"postAttachCommand": {
|
|
||||||
"server": "flask --debug run"
|
|
||||||
},
|
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"5000": {
|
"5000": {
|
||||||
"label": "Application",
|
"label": "Application",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user