This commit is contained in:
franknstayn
2023-08-27 19:12:17 +08:00
parent 2e12a7d60c
commit 6632baac92

View File

@@ -19,7 +19,7 @@ WORKDIR /var/www/html
COPY . . COPY . .
# 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/cache RUN chown -R www-data:www-data storage bootstrap
# Install Composer # Install Composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer