Skip to content

Commit 4cc3ed6

Browse files
Merge pull request #9559 from cclilshy/master
[PHP/Laravel] Synchronize ripple's latest decision
2 parents a023ee0 + 6b343b3 commit 4cc3ed6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

frameworks/PHP/laravel/laravel-ripple.dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ RUN mkdir -p bootstrap/cache \
3333
storage/framework/views \
3434
storage/framework/cache
3535

36-
RUN echo "PRP_HTTP_LISTEN=http://0.0.0.0:8080" >> .env
37-
RUN echo "PRP_HTTP_WORKERS=64" >> .env
38-
RUN echo "PRP_HTTP_RELOAD=0" >> .env
39-
RUN echo "PRP_HTTP_SANDBOX=1" >> .env
36+
RUN echo "RIP_HTTP_LISTEN=http://0.0.0.0:8080" >> .env
37+
RUN echo "RIP_HTTP_WORKERS=64" >> .env
38+
RUN echo "RIP_HTTP_RELOAD=0" >> .env
4039

4140
# Configure
4241
RUN composer install --quiet
43-
RUN composer require cloudtay/ripple-driver --quiet
42+
RUN composer require cloudtay/laravel-ripple --quiet
4443
RUN php artisan vendor:publish --tag=ripple-config
4544
RUN php artisan optimize
4645

0 commit comments

Comments
 (0)