banao-tech commited on
Commit
d2279cc
·
verified ·
1 Parent(s): 9f2a408

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN chmod 1777 /tmp \
15
  COPY requirements.txt requirements.txt
16
 
17
  # Install Python dependencies from requirements.txt
18
- RUN pip install --no-cache-dir -r /app/requirements.txt
19
 
20
  # Copy the application code
21
  COPY main.py main.py
 
15
  COPY requirements.txt requirements.txt
16
 
17
  # Install Python dependencies from requirements.txt
18
+ RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  # Copy the application code
21
  COPY main.py main.py