Fix Docker logs, closes #5

This commit is contained in:
Daniel Huisman 2018-04-24 16:25:49 +02:00
parent 0f77fa2960
commit d94604591e

View File

@ -15,4 +15,4 @@ RUN pip3 install -r requirements.txt
COPY . /app COPY . /app
# Define entrypoint of the app # Define entrypoint of the app
ENTRYPOINT ["python3", "extractor.py"] ENTRYPOINT ["python3", "-u", "extractor.py"]