ikechan8370 commited on
Commit
9efb103
1 Parent(s): 2408076

fix: file missing

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
26
 
27
 
28
 
29
- CMD ["python", "$HOME/app/main.py"]
 
26
 
27
 
28
 
29
+ CMD ["python", "main.py"]