Skip to content

Commit

Permalink
Merge pull request #233 from clarin-eric/fixbuild
Browse files Browse the repository at this point in the history
fix possible build problem
  • Loading branch information
andmor- authored Sep 16, 2021
2 parents bca3b13 + 2cc8d46 commit f5d6d04
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 @@ -36,7 +36,7 @@ COPY --from=webui_builder /build/backend/src/main/resources/webui/bundle.js* ./b
WORKDIR /build/backend
RUN mvn versions:set -DnewVersion=${SWITCHBOARD_VERSION}
RUN mvn versions:commit
RUN mvn -q package
RUN mvn -q clean package

###############################################################################

Expand Down

0 comments on commit f5d6d04

Please sign in to comment.