chess / startup.sh
AriaUniversal's picture
Update
ff993c9 verified
raw
history blame contribute delete
148 Bytes
#!/bin/bash
# Make sure environment variable is set (redundant if set in Dockerfile)
export QT_QPA_PLATFORM=offscreen
# Run your app
python3 app.py