From 902af0e605f2299935beee4fc313829717b1e50f Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Thu, 14 Oct 2021 12:33:45 +0200 Subject: [PATCH] Add small amount of logging to startup.sh The --version got added in master but should be able to print out this info The --host option should also be available --- docker/startup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/startup.sh b/docker/startup.sh index 5da370a7..6e6414ed 100755 --- a/docker/startup.sh +++ b/docker/startup.sh @@ -2,4 +2,5 @@ cd /biomappings git remote set-url origin git@github.com:$GITHUBUSER/biomappings.git git checkout -b curation -biomappings web +biomappings --version +biomappings web --host "0.0.0.0"