From 09b08a99781c072cce6ce64d743e14d48385d265 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Tue, 29 Aug 2023 12:51:25 -0700 Subject: [PATCH] Revert the server script back to starting the server instead of doing nothing. --- server/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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