Skip to content

Instantly share code, notes, and snippets.

@spinolacastro
Created September 2, 2016 20:57
Show Gist options
  • Save spinolacastro/2c22e922399a645c4f67c16424856ceb to your computer and use it in GitHub Desktop.
Save spinolacastro/2c22e922399a645c4f67c16424856ceb to your computer and use it in GitHub Desktop.
#!/bin/bash
export KESTREL_SERVER_URLS=${KESTREL_SERVER_URLS:-http://0.0.0.0:8080}
export APP_ROOT=/opt/app-root/src/src/RankMyAppSearchApi/
pushd $APP_ROOT
envsubst < /opt/app-root/config/hosting.json.template > hosting.json
dotnet run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment