openweb / entrypoint.sh
Leon4gr45's picture
Configure pinchtab bind address
4823414 verified
Raw
History Blame Contribute Delete
265 Bytes
#!/bin/bash
# Start Pinchtab in the background
# Using 'server' command and custom config
export PINCHTAB_CONFIG=/app/config/config.json
pinchtab server &
# Wait for Pinchtab to start (optional but helpful)
# sleep 5
# Start the Python application
python app.py