-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created Release branch, changed version in pom and Dockerfile.
- Loading branch information
1 parent
1dedb63
commit b5d883a
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Use the latest OpenJDK image | ||
FROM openjdk:latest | ||
# Copy the packaged JAR file from local machine to the container | ||
COPY ./target/seMethods-0.1.0.1.jar /tmp | ||
COPY ./target/seMethods-0.1.0.2.jar /tmp | ||
# Makes tmp directory the working directory | ||
WORKDIR /tmp | ||
# Command to run the jarfile that was copied earlier | ||
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.1.jar"] | ||
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.2.jar"] |
This file contains 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