miqueldev commited on
Commit
d775ca3
·
verified ·
1 Parent(s): eb1d46e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,6 +25,6 @@ COPY --chown=user requirements.txt .
25
 
26
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
27
 
28
- COPY --chown=user app.py app.py
29
 
30
  ENTRYPOINT ["solara", "run", "sol.py", "--host=0.0.0.0", "--port", "7860"]
 
25
 
26
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
27
 
28
+ COPY --chown=user sol.py sol.py
29
 
30
  ENTRYPOINT ["solara", "run", "sol.py", "--host=0.0.0.0", "--port", "7860"]