Spaces:
Running
Running
ikechan8370
commited on
Commit
•
9efb103
1
Parent(s):
2408076
fix: file missing
Browse files- 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", "
|
|
|
26 |
|
27 |
|
28 |
|
29 |
+
CMD ["python", "main.py"]
|