Fix a small typo.
This commit is contained in:
parent
2cf1fa6c9d
commit
75247e5a54
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ reproduced anywhere:
|
|||
|
||||
FROM python:2.7
|
||||
WORKDIR /code
|
||||
ADD rements.txt /code/
|
||||
ADD requirements.txt /code/
|
||||
RUN pip install -r requirements.txt
|
||||
ADD . /code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue