Spaces:
Sleeping
Sleeping
moved location of requirements.txt file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ WORKDIR /app/backend
|
|
24 |
COPY backend .
|
25 |
|
26 |
# Install backend dependencies
|
27 |
-
COPY requirements.txt .
|
28 |
RUN pip install --no-cache-dir -r requirements.txt
|
29 |
|
30 |
# Stage 3: Serve frontend and backend using nginx and gunicorn
|
|
|
24 |
COPY backend .
|
25 |
|
26 |
# Install backend dependencies
|
27 |
+
COPY backend/requirements.txt .
|
28 |
RUN pip install --no-cache-dir -r requirements.txt
|
29 |
|
30 |
# Stage 3: Serve frontend and backend using nginx and gunicorn
|