Merge pull request #89 from bebound/master
Set utf8 encoding in docker file config
This commit is contained in:
commit
93fb19daa0
|
@ -6,6 +6,7 @@ RUN composer install --no-dev --optimize-autoloader --no-progress --no-suggest
|
||||||
# Build the actual image
|
# Build the actual image
|
||||||
FROM php
|
FROM php
|
||||||
|
|
||||||
|
ENV LC_ALL C.UTF-8
|
||||||
WORKDIR /resume
|
WORKDIR /resume
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue