Mercurial > lada > lada-server
diff Dockerfile @ 781:625c8ae7fc30
Add custom standalone.conf with timezone set to UTC.
REST-interfaces will deliver wrong timestamps if timezone is not UTC.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 13 Nov 2015 15:40:36 +0100 |
parents | 8cf21cd01287 |
children | c19bd80d1f62 |
line wrap: on
line diff
--- a/Dockerfile Fri Nov 13 13:42:25 2015 +0100 +++ b/Dockerfile Fri Nov 13 15:40:36 2015 +0100 @@ -64,6 +64,7 @@ $JBOSS_HOME/modules/org/postgres/main/module.xml RUN ln -fs $PWD/wildfly/hibernate-module.xml \ $JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml +RUN ln -s $PWD/wildfly/standalone.conf $JBOSS_HOME/bin/ RUN wildfly/execute.sh