conf: docker

This commit is contained in:
2026-07-01 20:46:08 +07:00
parent f1858f8f0f
commit 7bdea785f9
3 changed files with 14 additions and 5 deletions
+2 -3
View File
@@ -3,9 +3,8 @@ set -e
cd /var/www/html
if [ ! -f "vendor/autoload.php" ]; then
composer install
fi
# Luôn chạy composer install để đảm bảo vendor được cập nhật
composer install --no-interaction --prefer-dist
mkdir -p storage/logs \
storage/framework/cache \