Skip to content
Snippets Groups Projects
Commit 5dd6473b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-140 change naming of jar file

parent 65e7d16b
Branches
Tags
No related merge requests found
FROM openjdk:15-slim FROM openjdk:15-slim
COPY /target/pluto-server-0.0.1-SNAPSHOT.jar /opt/pluto.jar COPY /target/pluto-server.jar /opt/pluto.jar
WORKDIR /opt WORKDIR /opt
CMD java -jar pluto.jar CMD java -jar pluto.jar
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>${project.artifactId}</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment