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

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 ["uv", "run", "--no-cache", "--no-config", "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/uv-pythons/cpython-3.13.2-linux-x86_64-gnu/bin/python", "app.py"]