diff --git a/run.sh b/run.sh index 0d37027..05621f5 100644 --- a/run.sh +++ b/run.sh @@ -5,4 +5,4 @@ export GITEA__database__USER=`echo $DATABASE_URL | grep -o "//[a-z]*:" | grep -o export GITEA__database__PASSWD=`echo $DATABASE_URL | grep -o ":[[:alnum:]]*@" | grep -o "[[:alnum:]]*"` printf "[server]\nHTTP_PORT = $PORT;\n" > /var/lib/gitea/custom/conf/app.ini cat /var/lib/gitea/custom/conf/app.ini -/usr/local/bin/docker-entrypoint.sh \ No newline at end of file +/usr/local/bin/gitea web -port $PORT \ No newline at end of file