Spaces:
Sleeping
Sleeping
Commit
·
2ee7dcf
1
Parent(s):
9078c06
change app to app.main
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ COPY --chown=user . /app
|
|
| 22 |
RUN ls -l /app
|
| 23 |
|
| 24 |
# Specify the command to run when the container starts
|
| 25 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 22 |
RUN ls -l /app
|
| 23 |
|
| 24 |
# Specify the command to run when the container starts
|
| 25 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|