mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-02 04:37:35 +03:00
14 lines
349 B
JSON
14 lines
349 B
JSON
{
|
|
"name": "Rust",
|
|
"image": "mcr.microsoft.com/devcontainers/rust:1.0.9-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
|
},
|
|
"portsAttributes": {
|
|
"8080": {
|
|
"label": "redlib",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"postCreateCommand": "cargo build"
|
|
}
|