chore: Updated Dockerfile

This commit is contained in:
fit2-zhao
2025-03-19 10:45:39 +08:00
parent 15e845e3a8
commit 13a68099f2

View File

@@ -18,6 +18,8 @@ RUN ./mvnw clean package -DskipTests -pl '!frontend' && \
cd backend/app/target/dependency && \
jar -xf ../*.jar
RUN cp /build/backend/app/target/dependency/crm-*.jar /build/
FROM ghcr.io/cordys-dev/cordys-base
LABEL maintainer="FIT2CLOUD <support@fit2cloud.com>"