We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0797071 commit 471a98eCopy full SHA for 471a98e
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>shared-resources</artifactId>
14
- <version>2.0.2</version>
+ <version>2.0.3</version>
15
<packaging>jar</packaging>
16
17
<name>Java shared resources</name>
src/main/resources/Dockerfile
@@ -6,7 +6,7 @@ COPY --chown=vality:vality ${artifactId}-${version}.jar /opt/${artifactId}/${art
6
7
USER vality:vality
8
9
-CMD ["java", "-jar","/opt/@artifactId@/@artifactId@.jar"]
+CMD ["java", "-jar","/opt/${artifactId}/${artifactId}.jar"]
10
EXPOSE ${exposed.ports}
0 commit comments