fix
This commit is contained in:
parent
57da2f3914
commit
1cddfefade
@ -19,6 +19,4 @@ 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,8 +20,6 @@ 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