diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ ADD . /tmp RUN pip install --upgrade pip #do the install WORKDIR /tmp -RUN pip install -r requirements.txt RUN pip install -e . EXPOSE 10000 |