#!/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