Yehor commited on
Commit
e4679a4
·
verified ·
1 Parent(s): 3703b33

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,4 +58,4 @@ RUN ls -lha /root/
58
  RUN ls -lha /root/app/
59
  RUN ls -lha /root/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
60
 
61
- CMD ["/root/uv-pythons/cpython-3.13.2-linux-x86_64-gnu/bin/python", "app.py"]
 
58
  RUN ls -lha /root/app/
59
  RUN ls -lha /root/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
60
 
61
+ CMD ["/root/.venv/bin/python", "app.py"]