Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ 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
|
31 |
FROM nginx:latest AS production
|
|
|
25 |
|
26 |
# Install backend dependencies
|
27 |
COPY backend/requirements.txt .
|
28 |
+
RUN pip install --no-cache-dir -r requirements.txt -vvv
|
29 |
|
30 |
# Stage 3: Serve frontend and backend using nginx and gunicorn
|
31 |
FROM nginx:latest AS production
|