Spaces:
Paused
Paused
| set -e | |
| chown -R agent:agent /home 2>/dev/null || true | |
| exec su -s /bin/bash agent -c "python3 /app/app.py" | |
| set -e | |
| chown -R agent:agent /home 2>/dev/null || true | |
| exec su -s /bin/bash agent -c "python3 /app/app.py" | |