updated
This commit is contained in:
@@ -19,7 +19,7 @@ WORKDIR /var/www/html
|
||||
COPY . .
|
||||
|
||||
# Set appropriate permissions for Laravel storage and bootstrap cache
|
||||
RUN chown -R www-data:www-data storage bootstrap/cache
|
||||
RUN chown -R www-data:www-data storage bootstrap
|
||||
|
||||
# Install Composer
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
Reference in New Issue
Block a user