[Lada-commits] [PATCH] Fix setting symlink (file exists)

Wald Commits scm-commit at wald.intevation.org
Mon Nov 16 11:20:29 CET 2015


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1447669199 -3600
# Node ID c19bd80d1f62f93ef8e63ee92e03b50b6e6c1673
# Parent  322ce4d7cc3a7b43654b2f38a74b596f1e0baef3
Fix setting symlink (file exists).

diff -r 322ce4d7cc3a -r c19bd80d1f62 Dockerfile
--- 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
 


More information about the Lada-commits mailing list