Skip to content

Commit 4321c7e

Browse files
committed
fix docker entrypoint/cmd
1 parent eb400d3 commit 4321c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ ENV PATH="/home/helios/.helios/bin:${PATH}"
1919
RUN curl -fsSL https://raw.githubusercontent.com/a16z/helios/master/heliosup/install | bash && \
2020
/bin/bash -c 'heliosup'
2121

22-
# Set a default command
23-
CMD ["/bin/bash"]
22+
# Set a default entrypoint
23+
ENTRYPOINT ["helios"]

0 commit comments

Comments
 (0)