sh20raj commited on
Commit
ed5d044
·
verified ·
1 Parent(s): 4a742bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -3,8 +3,9 @@
3
 
4
  FROM python:3.9
5
 
6
- RUN pip freeze > global.txt
7
- RUN pip install -r requirements.txt
 
8
 
9
 
10
 
 
3
 
4
  FROM python:3.9
5
 
6
+ RUN pip freeze > static/global.txt
7
+ RUN pip install --upgrade pip
8
+ RUN pip install -r /requirements.txt
9
 
10
 
11