Skip to content

Commit

Permalink
chore: .devcontainer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 31, 2024
1 parent dfd4948 commit 82a7f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"--security-opt",
"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": [
"source=/run/shm,target=/dev/shm,type=bind"
],
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.8"

networks:
oxker-example-net:
name: oxker-examaple-net
Expand Down

0 comments on commit 82a7f84

Please sign in to comment.