Config Fixes
Build - Docker Image - RC / publish (push) Successful in 4m59s

This commit is contained in:
JonatanRek
2025-11-25 23:21:50 +01:00
parent 6d1526f3ed
commit 4fc330377c
+1 -1
View File
@@ -76,7 +76,7 @@ opcache.fast_shutdown=1' >> "$PHP_INI_DIR/conf.d/opcache.ini"
#SUPERVISORD
RUN mkdir -p /var/log/supervisor
COPY supervisor/* /etc/supervisor
COPY supervisor/ /etc/supervisor/
# Setup Crone
RUN mkdir -p /var/log/cron && \