Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,6 +27,6 @@ EXPOSE 8000
|
|
27 |
RUN ls -la /app
|
28 |
RUN ls -la /app/data
|
29 |
# Command to run the application
|
30 |
-
CMD ["
|
31 |
|
32 |
|
|
|
27 |
RUN ls -la /app
|
28 |
RUN ls -la /app/data
|
29 |
# Command to run the application
|
30 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
31 |
|
32 |
|