fix permission and trouble on mysql docker
This commit is contained in:
@@ -71,7 +71,8 @@ RUN mkdir -p /var/www/html/storage/logs \
|
||||
&& mkdir -p /var/www/html/bootstrap/cache \
|
||||
&& chown -R www-data:www-data /var/www/html \
|
||||
&& chmod -R 775 /var/www/html/storage \
|
||||
&& chmod -R 775 /var/www/html/bootstrap/cache
|
||||
&& chmod -R 775 /var/www/html/bootstrap/cache \
|
||||
&& chmod -R 755 /var/www/html/public
|
||||
|
||||
# Create nginx config for development
|
||||
COPY ./docker/nginx.dev.conf /etc/nginx/sites-available/default
|
||||
|
||||
Reference in New Issue
Block a user