Added UTF8 environment

This commit is contained in:
remche
2016-09-14 12:29:26 +02:00
parent 9db53f20a6
commit 8af33a3fc2

View File

@@ -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"]