Update devcontainer.json

This commit is contained in:
Phillip Kühne 2023-09-22 16:55:05 +00:00
parent 5efa21924b
commit e8e0bca648
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -4,7 +4,8 @@
"cpus": 4
},
"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": "",
"postAttachCommand": {
"server": "flask --debug run"