Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN pip install --upgrade pip && \
|
|
11 |
|
12 |
# Copy the backend and frontend source code
|
13 |
COPY backend/ Backend
|
14 |
-
COPY
|
15 |
|
16 |
# Expose FastAPI app on port 7860 (required by Hugging Face)
|
17 |
CMD ["uvicorn", "backend.app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
11 |
|
12 |
# Copy the backend and frontend source code
|
13 |
COPY backend/ Backend
|
14 |
+
COPY Frontend/ Frontend
|
15 |
|
16 |
# Expose FastAPI app on port 7860 (required by Hugging Face)
|
17 |
CMD ["uvicorn", "backend.app:app", "--host", "0.0.0.0", "--port", "7860"]
|