aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dev.sh
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-29 02:36:52 +1000
committerGravatar scragly <[email protected]>2020-02-29 02:36:52 +1000
commit47c67dd2ce22cd589c58586e1e57aa4c2dc2c9a1 (patch)
treea10143d5e0368d72789707aabaf5e6a1679cac94 /scripts/dev.sh
parentMerge branch 'master' of github.com:python-discord/snekbox into compose (diff)
Change CI and dev.sh to not use host network mode.
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-xscripts/dev.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh
index 0275651..408ce2e 100755
--- a/scripts/dev.sh
+++ b/scripts/dev.sh
@@ -38,7 +38,6 @@ docker run \
--detach \
--name snekbox_test \
--privileged \
- --network host \
--hostname pdsnk-dev \
--ipc="none" \
-e PYTHONDONTWRITEBYTECODE=1 \