wip
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ WORKDIR /var/www/app
|
|||||||
|
|
||||||
# Set permissions
|
# Set permissions
|
||||||
RUN chown -R www-data:www-data . \
|
RUN chown -R www-data:www-data . \
|
||||||
&& chmod -R 775 ./storage \
|
&& mkdir ./storage && chmod -R 775 ./storage \
|
||||||
&& chmod +x ./docker/entrypoint.sh \
|
&& chmod +x ./docker/entrypoint.sh \
|
||||||
# Install common php extension dependencies
|
# Install common php extension dependencies
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user