nginx-proxy-auto-docker/swarmloop.sh

4 lines
No EOL
97 B
Bash
Executable file

while true;
do
ls -d /etc/nginx/node.conf.d/*.conf | entr -d python3 /app/mergeswarm.py;
done