Skip to content

Commit

Permalink
change net to network
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNitrous committed Jul 4, 2023
1 parent 056cfee commit 2898844
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 @@ -28,7 +28,7 @@
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--net=host"
"--network=host"
],
"postAttachCommand": "dotnet build"
}

0 comments on commit 2898844

Please sign in to comment.