mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
Fix a small typo.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user