We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb400d3 commit 4321c7eCopy full SHA for 4321c7e
Dockerfile
@@ -19,5 +19,5 @@ ENV PATH="/home/helios/.helios/bin:${PATH}"
19
RUN curl -fsSL https://raw.githubusercontent.com/a16z/helios/master/heliosup/install | bash && \
20
/bin/bash -c 'heliosup'
21
22
-# Set a default command
23
-CMD ["/bin/bash"]
+# Set a default entrypoint
+ENTRYPOINT ["helios"]
0 commit comments