ka1kuk commited on
Commit
3425ce0
1 Parent(s): 14c2d1c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ WORKDIR /app
4
 
5
  COPY . .
6
 
7
- RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  EXPOSE 5000
10
 
11
- CMD ["python", "app.py"]
 
4
 
5
  COPY . .
6
 
7
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
 
9
  EXPOSE 5000
10
 
11
+ CMD ["python", "app.py", "--no-reload"]