Donmill commited on
Commit
fddf405
·
verified ·
1 Parent(s): 82f869d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
9
- COPY index.html .
10
 
11
  EXPOSE 7860
12
 
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
9
+ COPY static ./static
10
 
11
  EXPOSE 7860
12