Spaces:
Sleeping
Sleeping
Update code
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -18,8 +18,7 @@ COPY schema.sql .
|
|
| 18 |
COPY static/ static/
|
| 19 |
COPY templates/ templates/
|
| 20 |
|
| 21 |
-
#
|
| 22 |
-
COPY telegram.db .
|
| 23 |
|
| 24 |
# HF Spaces uses port 7860
|
| 25 |
ENV PORT=7860
|
|
|
|
| 18 |
COPY static/ static/
|
| 19 |
COPY templates/ templates/
|
| 20 |
|
| 21 |
+
# DB is downloaded from HF Dataset repo on startup (see ensure_db_exists in dashboard.py)
|
|
|
|
| 22 |
|
| 23 |
# HF Spaces uses port 7860
|
| 24 |
ENV PORT=7860
|