Update devcontainer.json

This commit is contained in:
Phillip Kühne 2023-10-04 15:18:54 +02:00 committed by GitHub
parent 14630b97be
commit dd83d6c9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"cpus": 4 "cpus": 4
}, },
"waitFor": "onCreateCommand", "waitFor": "onCreateCommand",
"postCreateCommand": "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",
"portsAttributes": { "portsAttributes": {
"5000": { "5000": {