Mercurial > lada > lada-server
diff 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 |
line wrap: on
line diff
--- a/Dockerfile Fri Nov 13 15:57:14 2015 +0100 +++ b/Dockerfile Mon Nov 16 11:19:59 2015 +0100 @@ -64,7 +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 ln -fs $PWD/wildfly/standalone.conf $JBOSS_HOME/bin/ RUN wildfly/execute.sh