Skip to content

Commit

Permalink
Compile without generating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Sep 20, 2023
1 parent 2b0f80d commit c73471d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM registry.opensuse.org/opensuse/bci/openjdk-devel:latest AS backend
WORKDIR /opt/openrefine
COPY --from=sources /opt/openrefine .
RUN --mount=type=cache,target=/root/.m2 \
mvn -B package -P linux -DskipTests=true -Dmaven.antrun.skip=true
mvn -B process-resources compile

FROM registry.opensuse.org/opensuse/bci/nodejs:latest AS frontend
WORKDIR /opt/openrefine/main/webapp
Expand Down

0 comments on commit c73471d

Please sign in to comment.