Skip to content

Commit

Permalink
Fix Dockerfile CMD to correct instance manager exe
Browse files Browse the repository at this point in the history
This patch fixes the CMD in the longhorn-instance-manager container
image.

Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
  • Loading branch information
aznashwan committed Sep 9, 2024
1 parent eea871e commit f8ea3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARC
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]

CMD ["longhorn"]
CMD ["longhorn-instance-manager"]

0 comments on commit f8ea3e0

Please sign in to comment.