diff --git a/zanata-server/Dockerfile b/zanata-server/Dockerfile index a63e612..b634553 100644 --- a/zanata-server/Dockerfile +++ b/zanata-server/Dockerfile @@ -43,3 +43,6 @@ RUN curl -L -o /opt/jboss/wildfly/standalone/deployments/ROOT.war \ && chmod o+rw /opt/jboss/wildfly/standalone/deployments/ROOT.war ADD conf/standalone.xml /opt/jboss/wildfly/standalone/configuration/ + +# Set the server locale so that UTF-8 documents can be uploaded +ENV LANG en_US.UTF-8