HirCoir commited on
Commit
d060f35
·
verified ·
1 Parent(s): 5850686

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN pip install flask flask-socketio flask-apscheduler huggingface_hub
26
  WORKDIR /app
27
  COPY app.py .
28
  RUN mkdir templates
29
- COPY index ./templates/
30
 
31
  # Set environment variable for Flask
32
  ENV FLASK_APP=app.py
 
26
  WORKDIR /app
27
  COPY app.py .
28
  RUN mkdir templates
29
+ COPY index.html ./templates/
30
 
31
  # Set environment variable for Flask
32
  ENV FLASK_APP=app.py