Mercurial > lada > lada-server
comparison Dockerfile @ 1141:d56706c33269
Next version planned is 2.4.1.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 01 Nov 2016 18:08:59 +0100 |
parents | fb90e4d8bd0d |
children | 61106ead36fc |
comparison
equal
deleted
inserted
replaced
1140:47742a17a3a5 | 1141:d56706c33269 |
---|---|
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.0 | 76 ENV LADA_VERSION 2.4.1-SNAPSHOT |
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 |