diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-15 14:20:59 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-15 14:20:59 +0400 |
| commit | bd637cc3c77dd246ff3a154461ae7e83e1e648b5 (patch) | |
| tree | aabeb99a177543e2c6a887d811d1327e2b5d962f /.devcontainer | |
| parent | 8250b77a23b1a4f3102dcb9fe43a745f752462ce (diff) | |
fix circle ci
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 03c3e4c..a962bc7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,5 +36,5 @@ // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode", "overrideCommand": false, - "runArgs": ["--init"], + "runArgs": ["--init", "--network=host"] }
\ No newline at end of file |
