Merge pull request #211 from GoSecure/docker-fix-encoding

Fixes encoding issue with MISP Galaxies JSON files
pull/215/head
Alexandre Dulaunoy 2018-06-24 09:53:14 +02:00 committed by GitHub
commit 26cd5080cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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