Set utf8 encoding

This commit is contained in:
KK 2019-06-13 22:16:47 +08:00 committed by GitHub
parent bada70bef5
commit 124b05b869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN composer install --no-dev --optimize-autoloader --no-progress --no-suggest
# Build the actual image
FROM php
ENV LC_ALL C.UTF-8
WORKDIR /resume
CMD ["/bin/bash"]