Spaces:
Running
Running
alanchen1115
commited on
Commit
•
0be496d
1
Parent(s):
76f415c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ COPY . .
|
|
10 |
|
11 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
12 |
|
13 |
-
CMD python
|
|
|
10 |
|
11 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
12 |
|
13 |
+
CMD python main.py
|