diff --git a/server/start.sh b/server/start.sh index 812f304..899f5eb 100755 --- a/server/start.sh +++ b/server/start.sh @@ -8,7 +8,7 @@ EOF # Uncomment the line below to run things manually in the container, then run: # docker compose exec main bash, and from within the container: dz start (or do whatever) -tail -f /dev/null +#tail -f /dev/null # Otherwise, start the server normally -#dz start +dz start