Mercurial > lada > lada-server
comparison 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 |
comparison
equal
deleted
inserted
replaced
780:ec231b0c343d | 781:625c8ae7fc30 |
---|---|
62 | 62 |
63 RUN ln -s $PWD/wildfly/postgres-module.xml \ | 63 RUN ln -s $PWD/wildfly/postgres-module.xml \ |
64 $JBOSS_HOME/modules/org/postgres/main/module.xml | 64 $JBOSS_HOME/modules/org/postgres/main/module.xml |
65 RUN ln -fs $PWD/wildfly/hibernate-module.xml \ | 65 RUN ln -fs $PWD/wildfly/hibernate-module.xml \ |
66 $JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml | 66 $JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml |
67 RUN ln -s $PWD/wildfly/standalone.conf $JBOSS_HOME/bin/ | |
67 | 68 |
68 RUN wildfly/execute.sh | 69 RUN wildfly/execute.sh |
69 | 70 |
70 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* | 71 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* |
71 | 72 |