Skip to content

Commit 2224bc0

Browse files
author
Steve Jeong
committed
docker/jekyll: Add missing encoding option.
Signed-off-by: Steve Jeong <[email protected]>
1 parent 587266a commit 2224bc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/jekyll/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ SHELL ["/bin/bash", "-c"]
1313
# expose port
1414
EXPOSE 4000
1515

16+
# set encoding
17+
ENV LC_ALL=C.UTF-8
18+
1619
# vars
1720
ENV ID="user" \
1821
TZ="Asia/Seoul" \

0 commit comments

Comments
 (0)