Mercurial > lada > lada-server
comparison Dockerfile @ 1246:204fb75b0c06 2.4.1
Prepare tag.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 16 Dec 2016 13:50:12 +0100 |
parents | 28a39466e4eb |
children | 3f7c22b0b888 |
comparison
equal
deleted
inserted
replaced
1245:e0b461d4cd8e | 1246:204fb75b0c06 |
---|---|
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.4.1-SNAPSHOT | 79 ENV LADA_VERSION 2.4.1 |
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 |