Spaces:
Sleeping
Sleeping
typo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM python:3.11-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
-
COPY
|
| 5 |
|
| 6 |
EXPOSE 7860
|
| 7 |
CMD ["python", "-m", "http.server", "7860"]
|
|
|
|
| 1 |
FROM python:3.11-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
+
COPY index.html /app/index.html
|
| 5 |
|
| 6 |
EXPOSE 7860
|
| 7 |
CMD ["python", "-m", "http.server", "7860"]
|