Spaces:
Sleeping
Sleeping
Doing away with unnecessary alembic shit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ ENV TORCH_HOME=/app/.cache/torch
|
|
| 31 |
USER user
|
| 32 |
|
| 33 |
# Run the application, including the migration step
|
| 34 |
-
CMD ["bash", "-c", "
|
|
|
|
| 31 |
USER user
|
| 32 |
|
| 33 |
# Run the application, including the migration step
|
| 34 |
+
CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860"]
|