Davidelanz/quantum-robot

View on GitHub
docker/start_redis.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

# Start redis server
redis-server --daemonize yes

# This will exec the CMD from your Dockerfile
exec "$@"