badman99dev commited on
Commit
bda696f
·
verified ·
1 Parent(s): f14eaf6

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -83,8 +83,8 @@ RAM_LIMIT_KB=$((14 * 1024 * 1024))
83
 
84
  start_opencode() {
85
  echo '=== [STEP 2] STARTING OPENCODE ==='
86
- export OPENCODE_SERVER_USERNAME=${OPENCODE_SERVER_USERNAME}
87
- export OPENCODE_SERVER_PASSWORD=${OPENCODE_SERVER_PASSWORD}
88
 
89
  # '>' की जगह 2>&1 | tee इस्तेमाल करेंगे ताकि logs फाइल में भी सेव हों और स्क्रीन पर भी दिखें! 👀
90
  opencode web --port 7860 --hostname 0.0.0.0 2>&1 | tee /tmp/opencode.log &
 
83
 
84
  start_opencode() {
85
  echo '=== [STEP 2] STARTING OPENCODE ==='
86
+ # export OPENCODE_SERVER_USERNAME=${OPENCODE_SERVER_USERNAME}
87
+ # export OPENCODE_SERVER_PASSWORD=${OPENCODE_SERVER_PASSWORD}
88
 
89
  # '>' की जगह 2>&1 | tee इस्तेमाल करेंगे ताकि logs फाइल में भी सेव हों और स्क्रीन पर भी दिखें! 👀
90
  opencode web --port 7860 --hostname 0.0.0.0 2>&1 | tee /tmp/opencode.log &