File size: 118 Bytes
d1de6e2
 
 
 
 
 
4c01182
1
2
3
4
5
6
7
#!/bin/sh

# Clear Prometheus multiprocess metrics
rm -rf /tmp/prometheus_metrics/*

# Start the application
exec "$@"