This commit is contained in:
ls
2024-10-12 01:18:40 +08:00
parent 69f8c7c9d5
commit 76defc45b7

View File

@@ -6,6 +6,8 @@ WORKDIR /app
COPY settings.xml /root/.m2/settings.xml
ADD . /app
RUN mvn dependency:go-offline
RUN mvn package -DskipTests=true clean install