Skip to content

Commit

Permalink
Change entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Nov 16, 2024
1 parent e93b246 commit 8b71908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi4j-builder-2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV PI4J_BUILDER_DATE="$BUILDDATE"
ENV PI4J_BUILDER="$BUILDVERSION"

# always launch Maven to perform the build
ENTRYPOINT ["/usr/bin/mvn"]
ENTRYPOINT ["mvn"]

# use these default parameters for the Maven build; can be overridden by caller
CMD ["clean", "install", "-DskipTests", "-Pnative,cross-compile"]

0 comments on commit 8b71908

Please sign in to comment.