SANDRAMSC commited on
Commit
e6c2813
·
unverified ·
2 Parent(s): 8c47237 596ebf7

Merge pull request #29 from sandramsc/sandramsc-dev

Browse files
Files changed (1) hide show
  1. 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