Skip to content

Commit

Permalink
Dockerfile for ES indexing image
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Oliinyk committed Oct 5, 2018
1 parent 846d85b commit 142e620
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions batch_processing/es_indexing/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.5

ADD . /

WORKDIR /

RUN pip install -r requirements.txt


0 comments on commit 142e620

Please sign in to comment.