Skip to content

Commit

Permalink
Merge pull request #89 from bebound/master
Browse files Browse the repository at this point in the history
Set utf8 encoding in docker file config
  • Loading branch information
craig-davis committed Jun 19, 2019
2 parents bada70b + 124b05b commit 93fb19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -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"]

Expand Down

0 comments on commit 93fb19d

Please sign in to comment.