Skip to content

Commit

Permalink
Fix Dockerfile CMD to correct instance manager binary name.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
  • Loading branch information
aznashwan committed Sep 9, 2024
1 parent eea871e commit 154ba5b
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 154ba5b

Please sign in to comment.