rottg commited on
Commit
88ad9bb
·
1 Parent(s): e71d647

Update code

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -18,8 +18,7 @@ COPY schema.sql .
18
  COPY static/ static/
19
  COPY templates/ templates/
20
 
21
- # Copy database
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