mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-18 06:29:42 +02:00
entrypoint fix for debugging and readme update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user