Skip to content

Commit fae18c5

Browse files
committed
[skip ci] use host net for local docker dev
1 parent fae1d82 commit fae18c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setup: (_check "npm")
1212
cd scripts && npm install
1313

1414
docker-sh:
15-
docker run --rm -ti --platform 'linux/amd64' -v "$PWD:{{mount}}" {{tag}}
15+
docker run --net host --rm -ti --platform 'linux/amd64' -v "$PWD:{{mount}}" {{tag}}
1616

1717
# NOTE: there are issues if you try to build this on an arm macbook via rosetta emulation
1818
# - mono fails to install (https://github.com/mono/mono/issues/21423)

0 commit comments

Comments
 (0)