Skip to content

Commit

Permalink
Merge pull request #616 from canyongbs/hotfix/filament-assets-build
Browse files Browse the repository at this point in the history
[Hotfix] Ensure we run filament:assets on startup
  • Loading branch information
Orrison authored Mar 21, 2024
2 parents 72ee9c3 + 670e89e commit 3ea4028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/s6-overlay/scripts/build-assets
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ if [ "${BUILD_ASSETS:="false"}" == "true" ]; then

USERNAME=$(id -nu "$PUID")

s6-setuidgid "$USERNAME" php -d variables_order=EGPCS "$WEBUSER_HOME"/artisan filament:assets

s6-setuidgid "$USERNAME" php -d variables_order=EGPCS "$WEBUSER_HOME"/artisan app:build-assets vite
fi

0 comments on commit 3ea4028

Please sign in to comment.