updated
This commit is contained in:
@@ -23,7 +23,6 @@ WORKDIR /var/www
|
|||||||
# Copy the Laravel application files to the container
|
# Copy the Laravel application files to the container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN a2enmod rewrite headers
|
|
||||||
# Set appropriate permissions for Laravel storage and bootstrap cache
|
# Set appropriate permissions for Laravel storage and bootstrap cache
|
||||||
RUN chown -R www-data:www-data storage bootstrap
|
RUN chown -R www-data:www-data storage bootstrap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user