fix
This commit is contained in:
parent
4c9f459aa6
commit
7a6aa1968b
@ -19,4 +19,6 @@ RUN #chown -R www-data:www-data /var/www/html/vendor
|
||||
|
||||
RUN #php artisan optimize:clear && php artisan optimize
|
||||
|
||||
RUN php artisan octane:install --server=roadrunner
|
||||
|
||||
CMD ["supervisord", "-c", "/etc/supervisor/conf.d/horizon.conf"]
|
||||
|
@ -20,6 +20,8 @@ ENV COMPOSER_HOME=/tmp/composer
|
||||
RUN composer install --optimize-autoloader --no-dev
|
||||
RUN #chown -R www-data:www-data /var/www/html/vendor
|
||||
|
||||
RUN php artisan octane:install --server=roadrunner
|
||||
|
||||
EXPOSE 9001
|
||||
|
||||
CMD ["php", "artisan", "octane:start", "--server=roadrunner", "--host=0.0.0.0", "--port=9001", "--log-level=debug", "--rr-config=/var/www/html/.rr.yaml"]
|
||||
|
Loading…
Reference in New Issue
Block a user