Created
September 2, 2016 20:57
-
-
Save spinolacastro/2c22e922399a645c4f67c16424856ceb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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