Skip to content

Commit

Permalink
Merge pull request #615 from canyongbs/feature/deployment-esbuild-fix
Browse files Browse the repository at this point in the history
[HOTFIX] Only run vite build in s6-overlay
  • Loading branch information
danharrin authored Mar 21, 2024
2 parents 658e780 + 0bde567 commit 52d7fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/s6-overlay/scripts/build-assets
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ if [ "${BUILD_ASSETS:="false"}" == "true" ]; then

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

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

0 comments on commit 52d7fd3

Please sign in to comment.