Skip to content

Instantly share code, notes, and snippets.

@juacompe
Created January 30, 2019 09:56
Show Gist options
  • Save juacompe/1733f108197e6eb22b5e2e9180547e70 to your computer and use it in GitHub Desktop.
Save juacompe/1733f108197e6eb22b5e2e9180547e70 to your computer and use it in GitHub Desktop.
FROM maven:slim as build-stage
COPY ./ ./
RUN mvn install
CMD mvn spring-boot:run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment