We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a023ee0 + 6b343b3 commit 4cc3ed6Copy full SHA for 4cc3ed6
frameworks/PHP/laravel/laravel-ripple.dockerfile
@@ -33,14 +33,13 @@ RUN mkdir -p bootstrap/cache \
33
storage/framework/views \
34
storage/framework/cache
35
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
+RUN echo "RIP_HTTP_LISTEN=http://0.0.0.0:8080" >> .env
+RUN echo "RIP_HTTP_WORKERS=64" >> .env
+RUN echo "RIP_HTTP_RELOAD=0" >> .env
40
41
# Configure
42
RUN composer install --quiet
43
-RUN composer require cloudtay/ripple-driver --quiet
+RUN composer require cloudtay/laravel-ripple --quiet
44
RUN php artisan vendor:publish --tag=ripple-config
45
RUN php artisan optimize
46
0 commit comments