Update bug waiting laravel

This commit is contained in:
servdal
2025-07-17 08:13:00 +07:00
parent 8289968849
commit 9437483030
7 changed files with 65 additions and 26 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ WORKDIR /var/www/html
# RUN composer create-project laravel/laravel:^10 /var/www/html
# Set permission
RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache
#RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache
EXPOSE 9000
#CMD ["php-fpm"]