Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c0a29d

Browse files
committed
base: fix typo in README
1 parent 1653d0d commit 1c0a29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
WORKDIR /app
1212
RUN virtualenv /env
1313
ADD requirements.txt /app/requirements.txt
14-
RUN /env/pip install requirements.txt
14+
RUN /env/bin/pip install requirements.txt
1515
ADD . /app
1616
1717
CMD []

0 commit comments

Comments
 (0)