Skip to content

Commit

Permalink
fix ziggy build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed May 26, 2024
1 parent cc4c2a2 commit bc9928e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CMD sh -c "composer install && php artisan octane:start --watch --host=0.0.0.0 -
######################################################
FROM base as vite-vendor-build
WORKDIR /app
RUN COMPOSER_ALLOW_SUPERUSER=1 | rm composer.lock composer.json && composer require tightenco/ziggy --ignore-platform-reqs
RUN COMPOSER_ALLOW_SUPERUSER=1 | rm composer.lock composer.json && composer require tightenco/ziggy:^1.0 --ignore-platform-reqs
######################################################
# NodeJS Stage
######################################################
Expand Down

0 comments on commit bc9928e

Please sign in to comment.