|
@@ -25,6 +25,6 @@ RUN set -x \
|
|
COPY logging.properties /opt/tomcat8/conf/
|
|
COPY logging.properties /opt/tomcat8/conf/
|
|
RUN set -eux; \
|
|
RUN set -eux; \
|
|
localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
|
|
localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
|
|
-USER tomcat
|
|
+
|
|
ENV LANG ru_RU.utf8
|
|
ENV LANG ru_RU.utf8
|
|
CMD ["catalina.sh", "run"]
|
|
CMD ["catalina.sh", "run"]
|