Updated jar archive name in pom.xml
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
dcda959c9e
commit
34e91dcc0d
@ -1,4 +1,4 @@
|
|||||||
FROM openjdk:latest
|
FROM openjdk:latest
|
||||||
COPY . /usr/src/RedditReposterBot/
|
COPY ./target/RedditReposterBot.jar /usr/src/RedditReposterBot/
|
||||||
WORKDIR /usr/src/RedditReposterBot/
|
WORKDIR /usr/src/RedditReposterBot/
|
||||||
CMD [ "java", "-jar", "RedditReposterBot-full.jar" ]
|
CMD [ "java", "-jar", "RedditReposterBot.jar" ]
|
2
pom.xml
2
pom.xml
@ -26,6 +26,8 @@
|
|||||||
<descriptorRefs>
|
<descriptorRefs>
|
||||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||||
</descriptorRefs>
|
</descriptorRefs>
|
||||||
|
<finalName>RedditReposterBot</finalName>
|
||||||
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
<addClasspath>true</addClasspath>
|
<addClasspath>true</addClasspath>
|
||||||
|
Loading…
Reference in New Issue
Block a user