Skip to content

Commit 471a98e

Browse files
authored
Fix delimiters (#23)
1 parent 0797071 commit 471a98e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>shared-resources</artifactId>
14-
<version>2.0.2</version>
14+
<version>2.0.3</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Java shared resources</name>

src/main/resources/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY --chown=vality:vality ${artifactId}-${version}.jar /opt/${artifactId}/${art
66

77
USER vality:vality
88

9-
CMD ["java", "-jar","/opt/@artifactId@/@artifactId@.jar"]
9+
CMD ["java", "-jar","/opt/${artifactId}/${artifactId}.jar"]
1010

1111
EXPOSE ${exposed.ports}
1212

0 commit comments

Comments
 (0)