comparison Dockerfile @ 750:6a24f01bdaac

Improve install doc.
author Tom Gottfried <tom@intevation.de>
date Wed, 28 Oct 2015 12:14:22 +0100
parents cb841ed21405
children 4f9b5500541c
comparison
equal deleted inserted replaced
749:cb841ed21405 750:6a24f01bdaac
69 # 69 #
70 # Build and deploy LADA-server 70 # Build and deploy LADA-server
71 # 71 #
72 RUN mvn clean compile package 72 RUN mvn clean compile package
73 RUN mv target/lada-server-2.2.0.war $JBOSS_HOME/standalone/deployments 73 RUN mv target/lada-server-2.2.0.war $JBOSS_HOME/standalone/deployments
74 RUN touch $JBOSS_HOME/standalone/deployments/lada-server.war.dodeploy 74 RUN touch $JBOSS_HOME/standalone/deployments/lada-server-2.2.0.war.dodeploy
75 75
76 # 76 #
77 # This will boot WildFly in the standalone mode and bind to all interface 77 # This will boot WildFly in the standalone mode and bind to all interface
78 # 78 #
79 CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-b", "0.0.0.0", \ 79 CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-b", "0.0.0.0", \
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)