entrypoint fix for debugging and readme update

This commit is contained in:
yusing
2024-03-22 15:39:23 +00:00
parent 5272829582
commit 22f911c30f
2 changed files with 23 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ if [ "$1" == "restart" ]; then
echo "restarting"
killall go-proxy
fi
if [ "$DEBUG" == "1" ]; then
if [ "$GOPROXY_DEBUG" == "1" ]; then
/app/go-proxy 2> log/go-proxy.log &
tail -f /dev/null
else