This commit is contained in:
hackerESQ
2025-01-25 20:13:19 -06:00
parent 4f5894ef4a
commit 9a3e030ce7
2 changed files with 4 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ WORKDIR /var/www/app
# Set permissions
RUN chown -R www-data:www-data . \
&& chmod -R 775 ./storage \
&& chmod +x ./docker/entrypoint.sh \
# Install common php extension dependencies
&& apt-get update && apt-get install -y \