diff --git a/games/source/entrypoint.sh b/games/source/entrypoint.sh index b04e3c6..c0aa5ed 100644 --- a/games/source/entrypoint.sh +++ b/games/source/entrypoint.sh @@ -22,6 +22,9 @@ # SOFTWARE. # +# Wait for the container to fully initialize +sleep 1 + # Default the TZ environment variable to UTC. TZ=${TZ:-UTC} export TZ