Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -14,8 +14,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 14 |
COPY backend/ ./backend/
|
| 15 |
COPY --from=frontend-builder /app/frontend/dist ./backend/static
|
| 16 |
|
| 17 |
-
COPY patch.py ./patch.py
|
| 18 |
-
RUN python patch.py
|
| 19 |
-
|
| 20 |
EXPOSE 7860
|
| 21 |
CMD ["uvicorn", "backend.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 14 |
COPY backend/ ./backend/
|
| 15 |
COPY --from=frontend-builder /app/frontend/dist ./backend/static
|
| 16 |
|
|
|
|
|
|
|
|
|
|
| 17 |
EXPOSE 7860
|
| 18 |
CMD ["uvicorn", "backend.main:app", "--host", "0.0.0.0", "--port", "7860"]
|