2ch commited on
Commit
03ae0dd
·
verified ·
1 Parent(s): a130a5b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -62,6 +62,7 @@ if (rawTokens) {
62
  })();
63
  }
64
  } else { log.warn("ENV variable AUTO_LOGIN_TOKENS empty!") }
 
65
  EOF
66
 
67
  RUN sed -i -e '/const server = startServer();/r /tmp/patch.js' -e '/const server = startServer();/d' /app/src/index.js && \
 
62
  })();
63
  }
64
  } else { log.warn("ENV variable AUTO_LOGIN_TOKENS empty!") }
65
+ log.warn("\n\n==========================================\n\n⚠️ GO TO https://USERNAME-SPACENAME.hf.space/dashboard\n\n==========================================\n\n")
66
  EOF
67
 
68
  RUN sed -i -e '/const server = startServer();/r /tmp/patch.js' -e '/const server = startServer();/d' /app/src/index.js && \