Mercurial > lada > lada-server
changeset 783:c19bd80d1f62
Fix setting symlink (file exists).
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 16 Nov 2015 11:19:59 +0100 |
parents | 322ce4d7cc3a |
children | 353269b89c4c |
files | Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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