Move mariabd install to postCreate to fix github codespaces

This commit is contained in:
Phillip Kühne 2023-10-04 13:11:43 +00:00
parent 7f4625a062
commit 14630b97be
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -4,9 +4,8 @@
"cpus": 4
},
"waitFor": "onCreateCommand",
"onCreateCommand": "curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && sudo apt install -y libmariadb3 libmariadb-dev",
"postCreateCommand": "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": "",
"portsAttributes": {
"5000": {
"label": "Application",