conf: docker

This commit is contained in:
2026-07-01 22:05:48 +07:00
parent 7bdea785f9
commit fde9105834
3 changed files with 22 additions and 8 deletions
+5
View File
@@ -16,4 +16,9 @@ touch storage/logs/laravel.log storage/logs/query.log
chmod 666 storage/logs/laravel.log storage/logs/query.log
chmod -R 777 storage bootstrap/cache
# Tạo symlink cho storage nếu chưa có (để public file ảnh, upload,...)
if [ ! -L "public/storage" ]; then
php artisan storage:link
fi
exec "$@"