Fixes encoding issue with MISP Galaxies JSON files

pull/211/head
Olivier Bilodeau 2018-06-22 16:57:35 -04:00
parent d49e8ee295
commit a8a8e47c58
1 changed files with 3 additions and 0 deletions

View File

@ -20,4 +20,7 @@ WORKDIR /opt/AIL/var/www
RUN ./update_thirdparty.sh
WORKDIR /opt/AIL
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
CMD bash docker_start.sh