Skip to content

Commit

Permalink
Reordered content
Browse files Browse the repository at this point in the history
  • Loading branch information
NodyHub committed Jan 4, 2020
1 parent a49032c commit f410525
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
FROM python:3.5.6-alpine3.8

COPY . /crawler/
COPY requirements.txt /crawler/

WORKDIR /crawler

RUN pip install -r requirements.txt

COPY config.yaml /crawler/config.yaml
COPY flathunter /crawler/flathunter
COPY flathunter.py /crawler/flathunter.py

ENTRYPOINT python flathunter.py || echo Fooooooooooooooooo


0 comments on commit f410525

Please sign in to comment.