Skip to content

Commit 4e99240

Browse files
Update Dockerfile
1 parent 623ef7a commit 4e99240

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ COPY ./.ghci /root/.ghc/ghci.conf
100100

101101
# Make the Debian frontend interactive again
102102
ENV DEBIAN_FRONTEND=dialog
103-
CMD nohup hoogle server --port=23196 --local > /dev/null 2>&1 & && /bin/bash
103+
104+
SHELL ["/bin/bash", "-c"]
105+
ENTRYPOINT nohup hoogle server --port=23196 --local > /dev/null 2>&1 & && /bin/bash

0 commit comments

Comments
 (0)