link zum storage dir

This commit is contained in:
2025-12-07 21:10:52 +01:00
parent 77e56b8758
commit 8e8d934b4b

View File

@@ -64,7 +64,8 @@ COPY --from=frontend_build /var/www/html/public/build /var/www/html/public/build
RUN set -eux; \ RUN set -eux; \
mkdir -p storage/app/public storage/logs bootstrap/cache; \ mkdir -p storage/app/public storage/logs bootstrap/cache; \
chown -R www-data:www-data storage bootstrap/cache chown -R www-data:www-data storage bootstrap/cache; \
ln -snf /var/www/html/storage/app/public /var/www/html/public/storage
FROM php_build AS php_app FROM php_build AS php_app