tosanoob commited on
Commit
204e455
1 Parent(s): fd7de56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
5
 
6
  # install dependencies
7
  COPY requirements.txt /code/
8
- RUN pip install -r requirements.txt
9
 
10
  # copy project
11
  COPY . /code/
 
5
 
6
  # install dependencies
7
  COPY requirements.txt /code/
8
+ RUN pip install -r requirement.txt
9
 
10
  # copy project
11
  COPY . /code/