codelion commited on
Commit
fdd6568
·
verified ·
1 Parent(s): 24d81db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy the app code
12
  COPY app.py .
13
-
14
  # Expose the port HF Spaces expects
15
  EXPOSE 7860
16
 
 
10
 
11
  # Copy the app code
12
  COPY app.py .
13
+ COPY static/ static/ # Add this line to copy the static folder
14
  # Expose the port HF Spaces expects
15
  EXPOSE 7860
16