SayedZahur786 commited on
Commit
c8b8245
·
1 Parent(s): 910875a

fix: package live_dashboard.html into docker image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ RUN pip install --no-cache-dir \
26
  COPY src/ /app/src/
27
  COPY data/ /app/data/
28
  COPY openenv.yaml /app/openenv.yaml
 
29
 
30
  # HuggingFace Spaces always routes to port 7860
31
  EXPOSE 7860
 
26
  COPY src/ /app/src/
27
  COPY data/ /app/data/
28
  COPY openenv.yaml /app/openenv.yaml
29
+ COPY live_dashboard.html /app/live_dashboard.html
30
 
31
  # HuggingFace Spaces always routes to port 7860
32
  EXPOSE 7860