Fetching metadata from the HF Docker repository...
Create supervisord.conf
ea87178 verified | [supervisord] |
| nodaemon=true |
|
|
| [program:app1] |
| command=python app.py |
| autostart=true |
| autorestart=true |
|
|
| [program:app2] |
| command=python app2.py |
| autostart=true |
| autorestart=true |