redsunlib/.devcontainer/devcontainer.json
2023-12-26 18:25:52 -05:00

15 lines
347 B
JSON

{
"name": "Rust",
"image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"portsAttributes": {
"8080": {
"label": "redlib",
"onAutoForward": "notify"
}
},
"postCreateCommand": "cargo build"
}