cduss commited on
Commit
26efd9f
·
1 Parent(s): b7d5be6
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
 
3
  WORKDIR /app
4
- COPY static/index.html /app/index.html
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"]