Skip to content

Instantly share code, notes, and snippets.

@maxday
Last active March 22, 2020 20:05
Show Gist options
  • Save maxday/213d37032a23bd2dd7af42ae863d9114 to your computer and use it in GitHub Desktop.
Save maxday/213d37032a23bd2dd7af42ae863d9114 to your computer and use it in GitHub Desktop.
FROM quay.io/quarkus/centos-quarkus-maven:19.3.1-java8
USER root
COPY src /usr/src/app/src
COPY pom.xml /usr/src/app
RUN mvn -f /usr/src/app/pom.xml -Pnative clean verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment