1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/.devcontainer/devcontainer.json
2024-03-04 21:48:20 -03:00

8 lines
120 B
JSON

{
"name": "ubuntu-jammy",
"image": "ubuntu-latest",
"features": {
},
"postCreateCommand": "sudo ./build.sh"
}