Skip to content

Commit

Permalink
assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
da-Kai committed Mar 2, 2024
1 parent d0e3ea7 commit 36b3530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/backend/openems/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM --platform=$BUILDPLATFORM eclipse-temurin:${JAVA_VERSION}-alpine AS build_b
WORKDIR /src
RUN --mount=type=bind,target=.,readwrite \
--mount=type=cache,target=/root/.gradle \
./gradlew --no-build-cache build && \
./gradlew --no-build-cache assemble && \
./gradlew --no-build-cache buildBackend && \
cp build/openems-backend.jar /opt

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/edge/openems/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM --platform=$BUILDPLATFORM eclipse-temurin:${JAVA_VERSION}-alpine AS build_e
WORKDIR /src
RUN --mount=type=bind,target=.,readwrite \
--mount=type=cache,target=/root/.gradle \
./gradlew --no-build-cache build && \
./gradlew --no-build-cache assemble && \
./gradlew --no-build-cache buildEdge && \
cp build/openems-edge.jar /opt

Expand Down

0 comments on commit 36b3530

Please sign in to comment.