Skip to content

Commit 63ebc52

Browse files
authored
Merge pull request #3 from ObolNetwork/oisin/dockerentrypoint
fix docker entrypoint/cmd
2 parents 80ef307 + b4f7b1a commit 63ebc52

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)