Skip to content

Commit 614b1ca

Browse files
authored
Merge pull request #188 from common-workflow-language/mr-c-patch-1
Try setting a better locale
2 parents b1c3042 + c108461 commit 614b1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ RUN mvn clean package -DskipTests && cp target/cwlviewer-*.jar /usr/lib/cwlviewe
4444
WORKDIR /tmp
4545

4646
EXPOSE 8080
47-
47+
ENV LC_ALL C.UTF-8
4848
CMD ["/usr/bin/java", "-jar", "/usr/lib/cwlviewer.jar"]

0 commit comments

Comments
 (0)