Fix build failures

This commit is contained in:
root
2026-08-18 08:27:25 -01:00
parent fed5f8c44d
commit 8125895538
4 changed files with 58 additions and 73 deletions
+4 -1
View File
@@ -55,10 +55,13 @@ RUN composer install \
--optimize-autoloader
RUN mkdir -p \
storage/app \
storage/framework/cache/data \
storage/framework/sessions \
storage/framework/views \
storage/logs \
bootstrap/cache \
&& chown -R www-data:www-data storage bootstrap/cache \
&& chmod -R ug+rwx storage bootstrap/cache
&& chmod -R ug+rwX storage bootstrap/cache
EXPOSE 80