Mercurial > lada > lada-server
comparison Dockerfile @ 1334:739ad8e78fca
tag 2.6.1
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Wed, 05 Apr 2017 16:15:47 +0200 |
parents | b118dc7e5d63 |
children | 523c4a436896 |
comparison
equal
deleted
inserted
replaced
1333:480c40d64aa1 | 1334:739ad8e78fca |
---|---|
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.6 | 79 ENV LADA_VERSION 2.6.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 |