Skip to content

Commit

Permalink
fix: Dockerfile CMD syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yltsaize committed Feb 1, 2024
1 parent a5d77e9 commit 75e690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ MAINTAINER Avesh Agarwal <[email protected]>
COPY hypercc /bin/hypercc
RUN ln -sf /bin/hypercc /bin/cluster-capacity
RUN ln -sf /bin/hypercc /bin/genpod
CMD ["/bin/cluster-capacity --help"]
CMD ["/bin/cluster-capacity", "--help"]

0 comments on commit 75e690d

Please sign in to comment.