first commit

This commit is contained in:
2023-04-11 10:22:32 -07:00
commit 902f7fb5e1
5 changed files with 118 additions and 0 deletions

6
scripts/entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "Starting Redis..."
sleep 5
/usr/bin/redis-server /etc/redis.conf
tail -f /var/log/redis.log
exit 0