This commit is contained in:
hackerESQ
2025-01-25 20:15:21 -06:00
parent 9a3e030ce7
commit ec15e2bb63
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /var/www/app
# Set permissions
RUN chown -R www-data:www-data . \
&& chmod -R 775 ./storage \
&& mkdir ./storage && chmod -R 775 ./storage \
&& chmod +x ./docker/entrypoint.sh \
# Install common php extension dependencies
&& apt-get update && apt-get install -y \