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