This commit is contained in:
t0is 2025-04-25 09:10:10 +02:00
parent 57da2f3914
commit 1cddfefade
2 changed files with 0 additions and 4 deletions

View File

@ -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"]

View File

@ -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"]