Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 && \
|