Coderadi commited on
Commit
80358ca
·
1 Parent(s): eecb3a7

NYRA deployment

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY . .
9
 
10
  EXPOSE 7860
11
 
12
- CMD [".venv/Scripts/python.exe", "run.py"]
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["python", "run.py"]