diff --git a/Dockerfile b/Dockerfile index 23780cb3..02c305b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,6 @@ RUN apt-get update \ && pip3 install -r requirements.txt \ && python setup.py install +ENV PYTHONIOENCODING=UTF-8 + ENTRYPOINT ["/usr/local/bin/myth"]