mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 10:38:22 +00:00
Fixes encoding issue with MISP Galaxies JSON files
This commit is contained in:
parent
d49e8ee295
commit
a8a8e47c58
1 changed files with 3 additions and 0 deletions
|
@ -20,4 +20,7 @@ WORKDIR /opt/AIL/var/www
|
||||||
RUN ./update_thirdparty.sh
|
RUN ./update_thirdparty.sh
|
||||||
WORKDIR /opt/AIL
|
WORKDIR /opt/AIL
|
||||||
|
|
||||||
|
# Default to UTF-8 file.encoding
|
||||||
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
CMD bash docker_start.sh
|
CMD bash docker_start.sh
|
||||||
|
|
Loading…
Reference in a new issue