Skip to content

Commit

Permalink
Add small amount of logging to startup.sh
Browse files Browse the repository at this point in the history
The --version got added in master but should be able to print out this info

The --host option should also be available
  • Loading branch information
cthoyt committed Oct 14, 2021
1 parent eb0397b commit 902af0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
cd /biomappings
git remote set-url origin [email protected]:$GITHUBUSER/biomappings.git
git checkout -b curation
biomappings web
biomappings --version
biomappings web --host "0.0.0.0"

0 comments on commit 902af0e

Please sign in to comment.