Removed entry point.

This commit is contained in:
Achim D. Brucker 2019-01-05 16:57:59 +00:00
parent 442fec5c3c
commit 1b32ba0fd4
1 changed files with 0 additions and 2 deletions

View File

@ -54,5 +54,3 @@ RUN curl -L -o "Isabelle.tar.gz" "$isabelle" && \
perl -pi -e 's,ISABELLE_HOME_USER=.*,ISABELLE_HOME_USER="\$USER_HOME/.isabelle",g;' Isabelle/etc/settings && \
Isabelle/bin/isabelle build -s -b $sessions
ENTRYPOINT ["Isabelle/bin/isabelle"]