Mercurial > lada > lada-server
comparison Dockerfile @ 1095:163d1abaece7
Adapt version name.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 14 Oct 2016 16:06:14 +0200 |
parents | 01ce190079e5 |
children | fb90e4d8bd0d |
comparison
equal
deleted
inserted
replaced
1094:1715ea7a6f75 | 1095:163d1abaece7 |
---|---|
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.3.0 | 76 ENV LADA_VERSION 2.4.0dev |
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 |