woolbot commited on
Commit
74acfe2
·
1 Parent(s): 344d18c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ RUN chmod -R 777 /app
6
 
7
  WORKDIR /app
8
 
9
- RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
10
 
11
  CMD ["python", "main.py"]
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN pip install -r /app/requirements.txt
10
 
11
  CMD ["python", "main.py"]