comparison Dockerfile @ 1139:fb90e4d8bd0d 2.4.0

Prepare tag.
author Tom Gottfried <tom@intevation.de>
date Tue, 01 Nov 2016 17:56:07 +0100
parents 163d1abaece7
children d56706c33269
comparison
equal deleted inserted replaced
1138:5f7685bb8214 1139:fb90e4d8bd0d
71 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* 71 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/*
72 72
73 # 73 #
74 # Build and deploy LADA-server 74 # Build and deploy LADA-server
75 # 75 #
76 ENV LADA_VERSION 2.4.0dev 76 ENV LADA_VERSION 2.4.0
77 RUN mvn clean compile package javadoc:javadoc 77 RUN mvn clean compile package javadoc:javadoc
78 RUN mv target/lada-server-$LADA_VERSION.war $JBOSS_HOME/standalone/deployments 78 RUN mv target/lada-server-$LADA_VERSION.war $JBOSS_HOME/standalone/deployments
79 RUN touch $JBOSS_HOME/standalone/deployments/lada-server-$LADA_VERSION.war.dodeploy 79 RUN touch $JBOSS_HOME/standalone/deployments/lada-server-$LADA_VERSION.war.dodeploy
80 80
81 ##configure lighttpd for apidoc 81 ##configure lighttpd for apidoc
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)