Created
September 6, 2019 14:48
-
-
Save pedrovitorlima/440c2baa00a92e3aee4e35e580b0530e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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