chore: .devcontainer updated

This commit is contained in:
Jack Wills
2024-03-31 12:57:15 +00:00
parent dfd4948d9c
commit 82a7f84ed9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"--security-opt", "--security-opt",
"seccomp=unconfined" "seccomp=unconfined"
], ],
"postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli cargo-expand", "postCreateCommand": "cargo install cross typos-cli cargo-expand",
"mounts": [ "mounts": [
"source=/run/shm,target=/dev/shm,type=bind" "source=/run/shm,target=/dev/shm,type=bind"
], ],
+1 -1
View File
@@ -1,4 +1,4 @@
version: "3.8"
networks: networks:
oxker-example-net: oxker-example-net:
name: oxker-examaple-net name: oxker-examaple-net