Fix
Build - Docker Image - RC / publish (push) Failing after 51s
Build - Docker Image - PROD / publish (push) Successful in 6m31s

This commit is contained in:
JonatanRek
2025-11-26 14:38:47 +01:00
parent eed634bb98
commit 3939dfbea4
+2 -1
View File
@@ -76,7 +76,8 @@ opcache.fast_shutdown=1' >> "$PHP_INI_DIR/conf.d/opcache.ini"
#SUPERVISORD #SUPERVISORD
RUN mkdir -p /var/log/supervisor RUN mkdir -p /var/log/supervisor
COPY supervisor/* /etc/supervisor COPY ./supervisor/supervisord.conf /etc/supervisor/supervisord.conf
COPY ./supervisor/conf.d/laravel-queues.conf /etc/supervisor/conf.d/laravel-queues.conf
# Setup Crone # Setup Crone
RUN mkdir -p /var/log/cron && \ RUN mkdir -p /var/log/cron && \