We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcca88d commit ea234fcCopy full SHA for ea234fc
scripts/develop.sh
@@ -59,7 +59,7 @@ CODER_DEV_SHIM="${PROJECT_ROOT}/scripts/coder-dev.sh"
59
# rather than leaving things in an inconsistent state.
60
trap 'kill -TERM -$$' ERR
61
cdroot
62
- "${CODER_DEV_SHIM}" server --address 0.0.0.0:3000 --auto-import-template kubernetes || kill -INT -$$ &
+ "${CODER_DEV_SHIM}" server --address 0.0.0.0:3000 || kill -INT -$$ &
63
64
echo '== Waiting for Coder to become ready'
65
timeout 60s bash -c 'until curl -s --fail http://localhost:3000 > /dev/null 2>&1; do sleep 0.5; done'
0 commit comments