mavor as ROOT war
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
damage 2024-12-23 15:03:00 +01:00
parent ea970bdf03
commit aa11ffc47b

View File

@ -4,7 +4,7 @@ FROM tomcat:11
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends maven && rm -rf /var/lib/apt/lists/*
# copy war
COPY target/mavor.war /usr/local/tomcat/webapps
COPY target/mavor.war /usr/local/tomcat/webapps/ROOT.war
# create temporary directory, no need to be a volume
RUN mkdir /mavor