Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1653d0d commit 1c0a29dCopy full SHA for 1c0a29d
base/README.md
@@ -11,7 +11,7 @@
11
WORKDIR /app
12
RUN virtualenv /env
13
ADD requirements.txt /app/requirements.txt
14
- RUN /env/pip install requirements.txt
+ RUN /env/bin/pip install requirements.txt
15
ADD . /app
16
17
CMD []
0 commit comments