mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Move mariabd install to postCreate to fix github codespaces
This commit is contained in:
parent
7f4625a062
commit
14630b97be
@ -4,9 +4,8 @@
|
|||||||
"cpus": 4
|
"cpus": 4
|
||||||
},
|
},
|
||||||
"waitFor": "onCreateCommand",
|
"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",
|
"updateContentCommand": "pip install -r backend/requirements.txt",
|
||||||
"postCreateCommand": "",
|
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"5000": {
|
"5000": {
|
||||||
"label": "Application",
|
"label": "Application",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user