Skip to content

Commit 88bbd1e

Browse files
committed
[Laravel/ripple] added the command for publishing configuration
1 parent 602d25f commit 88bbd1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frameworks/PHP/laravel/laravel-ripple.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ RUN echo "PRP_HTTP_SANDBOX=1" >> .env
4040

4141
# Configure
4242
RUN composer install --quiet
43-
RUN composer require cclilshy/p-ripple-drive --quiet
43+
RUN composer require cloudtay/ripple-driver --quiet
44+
RUN php artisan vendor:publish --tag=ripple-config
4445
RUN php artisan optimize
4546

4647
# Start

0 commit comments

Comments
 (0)