mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-14 11:22:10 +08:00
chore: updated Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user