Skip to content

Commit

Permalink
Spell out --network flag so GHCS don't conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Ayase Minori <[email protected]>
  • Loading branch information
sr229 authored Jun 29, 2023
1 parent b1b0cb3 commit b383618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 b383618

Please sign in to comment.