Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ WORKDIR /app
|
|
| 10 |
# Install dependencies
|
| 11 |
COPY requirements.txt ./
|
| 12 |
COPY app.py ./
|
| 13 |
-
COPY
|
| 14 |
RUN pip install -r requirements.txt
|
| 15 |
|
| 16 |
# Copy your code
|
|
|
|
| 10 |
# Install dependencies
|
| 11 |
COPY requirements.txt ./
|
| 12 |
COPY app.py ./
|
| 13 |
+
COPY htmlTemplates.py ./
|
| 14 |
RUN pip install -r requirements.txt
|
| 15 |
|
| 16 |
# Copy your code
|