debug helper
This commit is contained in:
@@ -31,10 +31,6 @@ WORKDIR /var/www/html
|
||||
# Copy all application files
|
||||
COPY --chown=www-data:www-data . .
|
||||
|
||||
# Create the missing Helper file
|
||||
RUN mkdir -p app/Helpers && \
|
||||
echo "<?php\n\nnamespace App\Helpers;\n\nclass Helper\n{\n // Helper functions\n}\n" > app/Helpers/Helper.php
|
||||
|
||||
# CRITICAL: Create storage directories BEFORE composer install
|
||||
RUN mkdir -p storage/framework/{cache,sessions,views} \
|
||||
&& mkdir -p storage/logs \
|
||||
|
||||
Reference in New Issue
Block a user