Mercurial > lada > lada-server
comparison Dockerfile @ 1297:65166d1158fe
Advance version.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 09 Feb 2017 14:13:14 +0100 |
parents | 1f47e9fa10c4 |
children | b118dc7e5d63 |
comparison
equal
deleted
inserted
replaced
1296:ab1b17d794aa | 1297:65166d1158fe |
---|---|
74 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* | 74 RUN rm $JBOSS_HOME/standalone/configuration/standalone_xml_history/current/* |
75 | 75 |
76 # | 76 # |
77 # Build and deploy LADA-server | 77 # Build and deploy LADA-server |
78 # | 78 # |
79 ENV LADA_VERSION 2.5 | 79 ENV LADA_VERSION 2.6-SNAPSHOT |
80 RUN mvn clean compile package && \ | 80 RUN mvn clean compile package && \ |
81 mv target/lada-server-$LADA_VERSION.war \ | 81 mv target/lada-server-$LADA_VERSION.war \ |
82 $JBOSS_HOME/standalone/deployments && \ | 82 $JBOSS_HOME/standalone/deployments && \ |
83 touch $JBOSS_HOME/standalone/deployments/lada-server-$LADA_VERSION.war.dodeploy | 83 touch $JBOSS_HOME/standalone/deployments/lada-server-$LADA_VERSION.war.dodeploy |
84 | 84 |