tryzealot/zealot

View on GitHub
docker/rootfs/etc/services.d/zealot/run

Summary

Maintainability
Test Coverage
#!/usr/bin/with-contenv sh

echo "Starting Zealot"
cd /app
./bin/puma -C /app/config/puma.rb 2>&1 | tee -a /app/log/zealot.log