Skip to content

Commit

Permalink
Installed utf8 locale
Browse files Browse the repository at this point in the history
  • Loading branch information
corvis authored May 18, 2017
1 parent f7820b5 commit a669859
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log \
&& chmod +x /usr/bin/start-nginx.sh \
&& chmod +x /usr/bin/supervisor-shutdown

RUN localedef -v -c -i en_US -f UTF-8 en_US.UTF-8 || true
ENV LC_ALL "en_US.UTF-8"

EXPOSE 8080

CMD ["supervisord", "-n", "-c", "/etc/supervisor.ini"]

0 comments on commit a669859

Please sign in to comment.