Skip to content

Commit 636f9f1

Browse files
committed
Added Release Dockerfile pipeline
1 parent 270877d commit 636f9f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: Dockerfile.release

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
FROM openjdk:8-jdk-alpine
3+
ENV PORT 8080
4+
EXPOSE 8080
5+
COPY target/*.jar /opt/app.jar
6+
WORKDIR /opt
7+
CMD ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)