Skip to content

Commit b25f621

Browse files
committed
Remove queue
1 parent 502d270 commit b25f621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ RUN docker-php-ext-enable redis
1818

1919
RUN docker-php-ext-install bcmath
2020
RUN docker-php-ext-install gmp
21+
RUN docker-php-ext-install mysqli
2122
RUN docker-php-ext-install opcache
2223
RUN docker-php-ext-install pdo
24+
RUN docker-php-ext-install pdo_mysql
2325

2426
# Delete PHPize packages
2527
RUN apk del --no-network --no-cache --purge .phpize
@@ -59,4 +61,4 @@ RUN mv opcache.ini /usr/local/etc/php/conf.d/
5961
VOLUME /var/www/html/storage/framework/cache/data
6062

6163
# Cache project and Start PHP-FPM and NGINX
62-
CMD php artisan optimize; php artisan event:cache; php artisan view:cache; sh -c "php artisan queue:work &"; php-fpm -D; nginx -g "daemon off;"
64+
CMD php artisan optimize; php artisan event:cache; php artisan view:cache; php-fpm -D; nginx -g "daemon off;"

0 commit comments

Comments
 (0)