Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFreeze authored Dec 5, 2024
1 parent 1ee84f1 commit b6ca770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build": {
"dockerfile": "Dockerfile",
"context": "..",
"options": [ "--add-host=host.docker.internal:host-gateway" ]
"options": ["--add-host=host.docker.internal:host-gateway"]
},
"appPort": "8124:8123",
"postCreateCommand": "sudo apt update && sudo apt upgrade -y && sudo apt install -y libpcap-dev",
Expand Down

0 comments on commit b6ca770

Please sign in to comment.