SANDRAMSC commited on
Commit
a203bc8
1 Parent(s): 4192393

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -vvv
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
29
 
30
  # Stage 3: Serve frontend and backend using nginx and gunicorn
31
  FROM nginx:latest AS production