Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 7b2d5ba

Browse files
committed
fix(dockerfile): use ENTRYPOINT instead of CMD
1 parent 368782d commit 7b2d5ba

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
@@ -14,4 +14,4 @@ COPY --from=build /build/standalone/build/libs/nuvotifier-standalone.jar .
1414

1515
EXPOSE 8192
1616

17-
CMD ["java", "-jar", "nuvotifier-standalone.jar"]
17+
ENTRYPOINT ["java", "-jar", "nuvotifier-standalone.jar"]

0 commit comments

Comments
 (0)