fix: ensure cache directory exists in the image

This commit is contained in:
2026-09-17 16:10:55 +02:00
parent a2738a2f7c
commit 3bea6183af
+2
View File
@@ -96,6 +96,8 @@ ADD ./entrypoint.sh /.
RUN chmod +x /entrypoint.sh
RUN mkdir -p /var/www/app/var/cache /var/www/app/var/log
ENTRYPOINT ["/entrypoint.sh"]
ENV PHP_FPM_USER=www-data \