We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09800ab commit 3ab0341Copy full SHA for 3ab0341
Dockerfile
@@ -56,10 +56,7 @@ RUN mv php.ini /usr/local/etc/php/conf.d/
56
# Setup Opcache
57
RUN mv opcache.ini /usr/local/etc/php/conf.d/
58
59
-# Setup CRON
60
-RUN echo -e "*\t*\t*\t*\t*\tcd /var/www/html && php artisan schedule:run >> /dev/null 2>&1" >> /var/spool/cron/crontabs/root
61
-
62
VOLUME /var/www/html/storage/framework/cache/data
63
64
# Cache project and Start PHP-FPM and NGINX
65
-CMD php artisan optimize; php artisan event:cache; php artisan view:cache; sh -c "php artisan queue:work &"; n crond; nginx -g "daemon off;"
+CMD php artisan optimize; php artisan event:cache; php artisan view:cache; sh -c "php artisan queue:work &"; nginx -g "daemon off;"
0 commit comments