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

Commit 8d1bd74

Browse files
authored
Merge pull request #42 from navicore/master
really fix dockerfile
2 parents 8206473 + cc0fbfd commit 8d1bd74

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","-jar", "/app/DtLabIngestMqtt.jar", "-Xms256m", "-Xmx512m"]
10+
CMD java -Xms256m -Xmx512m -jar /app/DtlabIngestMqtt.jar
1111

0 commit comments

Comments
 (0)