aeharding / voyager

Voyager — a beautiful app for Lemmy
https://vger.app
GNU Affero General Public License v3.0
1.5k stars 168 forks source link

Docker: pre-build script does not actually run in docker build #1703

Closed sharunkumar closed 1 week ago

sharunkumar commented 1 week ago

https://github.com/aeharding/voyager/actions/runs/11791484474/job/32843572978#step:7:607

image

possibly bash is not available in the base image

suggested fix: change it to sh "$SETUP_SCRIPT"

also the path needs to be updated: SETUP_SCRIPT="./scripts/disable_in_app_purchases.sh"

I've checked it locally, will raise a PR in a bit