Skip to content

Commit 8b2f6ab

Browse files
authored
set LANG env var (#29)
1 parent c0fe775 commit 8b2f6ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ COPY --from=build /build/out/ /
4141
# Add entrypoint script
4242
COPY docker-entrypoint.sh /usr/local/bin/
4343

44+
ENV LANG C.UTF-8
45+
4446
# Define default entrypoint and command
4547
ENTRYPOINT ["docker-entrypoint.sh"]
4648
CMD ["pushpin", "--merge-output"]

0 commit comments

Comments
 (0)