docker copose
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM adoptopenjdk:11-jdk-hotspot
|
||||
ARG JAR_FILE=build/libs/*.jar
|
||||
COPY ${JAR_FILE} oneul.jar
|
||||
|
||||
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-jar", "/oneul.jar"]
|
||||
Reference in New Issue
Block a user