Spaces:
Sleeping
Sleeping
Commit ·
699c671
1
Parent(s): 6ed12a9
Updated
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -26,5 +26,3 @@ COPY --from=build-frontend /app/frontend/dist /app/frontend/dist
|
|
| 26 |
EXPOSE 7860
|
| 27 |
|
| 28 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 29 |
-
|
| 30 |
-
#trigger
|
|
|
|
| 26 |
EXPOSE 7860
|
| 27 |
|
| 28 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|