Skip to content

Commit 594b8be

Browse files
committed
Set LANG environment variable in Dockerfile
1 parent a35d258 commit 594b8be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COPY entrypoint.sh refine.ini.template ./
2828
EXPOSE 3333/TCP
2929
ENV REFINE_MEMORY=1400M
3030
ENV REFINE_MIN_MEMORY=1400M
31+
ENV LANG=en_US.UTF-8
3132

3233
HEALTHCHECK --start-period=10s CMD curl -sSf -o /dev/null http://localhost:3333
3334

0 commit comments

Comments
 (0)