This commit is contained in:
Lizandro Guarnizo
2026-06-05 10:14:49 -05:00
parent 5c6854be7f
commit 91a538cef7
3 changed files with 34 additions and 5 deletions
+1
View File
@@ -65,6 +65,7 @@ RUN mkdir -p bootstrap/cache storage/framework/views storage/framework/cache sto
COPY docker/nginx.conf /etc/nginx/http.d/default.conf
COPY docker/supervisord.conf /etc/supervisor.conf
COPY docker/www.conf /usr/local/etc/php-fpm.d/www.conf
RUN echo "* * * * * php /app/artisan schedule:run >> /dev/null 2>&1" > /etc/crontabs/www-data