comparison Dockerfile @ 783:c19bd80d1f62

Fix setting symlink (file exists).
author Tom Gottfried <tom@intevation.de>
date Mon, 16 Nov 2015 11:19:59 +0100
parents 625c8ae7fc30
children 2f467a014619
comparison
equal deleted inserted replaced
782:322ce4d7cc3a 783:c19bd80d1f62
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)