Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 8206473

Browse files
authored
Merge pull request #41 from navicore/master
jar
2 parents c3b64bc + ce1e8a7 commit 8206473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ COPY target/scala-2.12/*.jar /app/
77
WORKDIR /app
88

99
# override CMD from your run command, or k8s yaml, or marathon json, etc...
10-
ENTRYPOINT ["java","-cp", "/app/DtLabIngestMqtt.jar", "-Xms256m", "-Xmx512m"]
10+
ENTRYPOINT ["java","-jar", "/app/DtLabIngestMqtt.jar", "-Xms256m", "-Xmx512m"]
1111

0 commit comments

Comments
 (0)