Skip to content

Commit

Permalink
fix possible build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueldima committed Sep 16, 2021
1 parent bca3b13 commit 2cc8d46
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 2cc8d46

Please sign in to comment.