Skip to content

Commit

Permalink
ENV CATALINA_HOME=${CATALINA_HOME:-.}
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Nov 2, 2023
1 parent bee587f commit a547301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV CATALINA_OPTS="-Xmx2048m -server -Dcom.iplanet.services.debug.level=error -D
ADD target/*.zip .
ADD run.sh bin/run.sh

WORKDIR $CATALINA_HOME
ENV CATALINA_HOME=${CATALINA_HOME:-.}

RUN apt update && apt install -y unzip \
&& rm -fr $CATALINA_HOME/webapps/* && unzip *.zip && rm -rf *.zip
Expand Down

0 comments on commit a547301

Please sign in to comment.