Skip to content

Instantly share code, notes, and snippets.

@pedrovitorlima
Created September 6, 2019 14:48
Show Gist options
  • Save pedrovitorlima/440c2baa00a92e3aee4e35e580b0530e to your computer and use it in GitHub Desktop.
Save pedrovitorlima/440c2baa00a92e3aee4e35e580b0530e to your computer and use it in GitHub Desktop.
FROM openjdk:8
ADD build/libs/ci-course-0.0.1-SNAPSHOT.jar ci-course.jar
EXPOSE 8085
ENTRYPOINT ["java", "-jar", "ci-course.jar"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment