comparison Dockerfile @ 1342:523c4a436896 2.6.2

prepare 2.6.2
author Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 <mlechner@bfs.de>
date Fri, 07 Apr 2017 11:09:42 +0200
parents 739ad8e78fca
children 4c82db65c32e 883ab3a6f525
comparison
equal deleted inserted replaced
1341:5f7f2157a7b8 1342:523c4a436896
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.1 79 ENV LADA_VERSION 2.6.2
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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)