Skip to content
Snippets Groups Projects

Update Dockerfile

Merged Szymon Ciombor requested to merge patch-1 into master
Compare and
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -26,8 +26,6 @@ WORKDIR /home/worker
COPY ./src ./src
COPY ./main.py .
COPY ./requirements.txt .
COPY ./saper-0.1.0-py2-none-any.whl .
RUN python2.7 -m pip install ./saper-0.1.0-py2-none-any.whl
RUN python2.7 -m pip install -r requirements.txt
CMD ["python2.7", "main.py", "service"]
\ No newline at end of file