hkayabilisim commited on
Commit
f19ff63
·
1 Parent(s): 07e2db6

Fixed a bug

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR $HOME/app
13
 
14
  COPY ./requirements.txt $HOME/app/requirements.txt
15
 
16
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
 
18
  COPY . .
19
 
 
13
 
14
  COPY ./requirements.txt $HOME/app/requirements.txt
15
 
16
+ RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
17
 
18
  COPY . .
19