redsunlib/.devcontainer/devcontainer.json

15 lines
347 B
JSON
Raw Normal View History

2023-01-02 08:52:33 +13:00
{
"name": "Rust",
"image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"portsAttributes": {
"8080": {
2023-12-27 12:25:52 +13:00
"label": "redlib",
2023-01-02 08:52:33 +13:00
"onAutoForward": "notify"
}
},
"postCreateCommand": "cargo build"
}