Revert the server script back to starting the server instead of doing nothing.

This commit is contained in:
Daniel Ceregatti 2023-08-29 12:51:25 -07:00
parent ed17cdc7a1
commit 09b08a9978

View file

@ -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