mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Update devcontainer.json
This commit is contained in:
parent
5efa21924b
commit
e8e0bca648
@ -4,7 +4,8 @@
|
|||||||
"cpus": 4
|
"cpus": 4
|
||||||
},
|
},
|
||||||
"waitFor": "onCreateCommand",
|
"waitFor": "onCreateCommand",
|
||||||
"updateContentCommand": "pip install -r requirements.txt",
|
"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": "",
|
"postCreateCommand": "",
|
||||||
"postAttachCommand": {
|
"postAttachCommand": {
|
||||||
"server": "flask --debug run"
|
"server": "flask --debug run"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user