#!/bin/bash # Make sure environment variable is set (redundant if set in Dockerfile) export QT_QPA_PLATFORM=offscreen # Run your app python3 app.py