comparison Dockerfile @ 791:48fab56ae827

mergedmerged..
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 18 Nov 2015 15:40:00 +0100
parents c19bd80d1f62
children 2f467a014619
comparison
equal deleted inserted replaced
790:4262acdd466d 791:48fab56ae827
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 RUN ln -fs $PWD/wildfly/standalone.conf $JBOSS_HOME/bin/
68 68
69 RUN wildfly/execute.sh 69 RUN wildfly/execute.sh
70 70
71 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* 71 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/*
72 72
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)