Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ COPY requirements.txt ./
|
|
| 14 |
COPY App.js App.css index.js server.py ./
|
| 15 |
# Copy CRACO config
|
| 16 |
COPY craco.config.js ./
|
| 17 |
-
|
| 18 |
# Install Python dependencies
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
|
|
|
| 14 |
COPY App.js App.css index.js server.py ./
|
| 15 |
# Copy CRACO config
|
| 16 |
COPY craco.config.js ./
|
| 17 |
+
COPY index.html ./
|
| 18 |
# Install Python dependencies
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|