Mandeep1397 commited on
Commit
891107f
1 Parent(s): c96a541

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
8
  COPY ./requirements.txt /code/
9
 
10
  #install requirements.txt
11
- RUN pip install --no-cache-dir --upgrade -r code/requirements.txt
12
 
13
  #Set new user named "user"
14
  RUN useradd user
 
8
  COPY ./requirements.txt /code/
9
 
10
  #install requirements.txt
11
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  #Set new user named "user"
14
  RUN useradd user