This commit is contained in:
2026-03-27 16:31:09 -04:00
parent 559ab4e2a8
commit eb28e41930
3 changed files with 3 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ RUN crontab /etc/cron.d/get-audio
RUN COMPOSER_ALLOW_SUPERUSER=1 composer install --no-scripts --no-dev --optimize-autoloader
RUN mkdir /data
RUN mkdir -p /var/www/html/var/cache
RUN mkdir -p /var/www/html/var/cache/prod
RUN mkdir -p /var/www/html/var/log
RUN chown -R 33:33 /var/www/html /data