chore: updated Dockerfile

This commit is contained in:
zhao
2025-07-08 18:38:29 +08:00
parent e597a25a12
commit 81d1f1d67a

View File

@@ -13,8 +13,6 @@ COPY . /build
COPY --from=frontend /frontend/packages/web/dist /build/frontend/packages/web/dist
COPY --from=frontend /frontend/packages/mobile/dist /build/frontend/packages/mobile/dist
RUN ./mvnw install -N
RUN ./mvnw clean package -DskipTests -pl '!frontend' && \
mkdir backend/app/target/dependency && \
cd backend/app/target/dependency && \