diff --git a/Dockerfile b/Dockerfile index 970bfd8..344b2ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,6 @@ RUN pip install sigal COPY run.sh sigal.conf.py auth.conf auth.htpasswd ./ +ENV LANG C.UTF-8 CMD ["./run.sh"]