We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fe775 commit 8b2f6abCopy full SHA for 8b2f6ab
Dockerfile
@@ -41,6 +41,8 @@ COPY --from=build /build/out/ /
41
# Add entrypoint script
42
COPY docker-entrypoint.sh /usr/local/bin/
43
44
+ENV LANG C.UTF-8
45
+
46
# Define default entrypoint and command
47
ENTRYPOINT ["docker-entrypoint.sh"]
48
CMD ["pushpin", "--merge-output"]
0 commit comments