fix access docker

This commit is contained in:
2025-09-19 22:20:10 +07:00
parent 3092ecf34b
commit ac1183ac5e
2 changed files with 10 additions and 6 deletions

View File

@@ -16,7 +16,6 @@ yarn-error.log*
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/views/*
/storage/app/*
/bootstrap/cache/*
# IDE and editor files
@@ -54,9 +53,7 @@ phpunit.xml
.phpunit.result.cache
# Build tools
webpack.mix.js
yarn.lock
mix-manifest.json
# Temporary files
*.tmp
@@ -65,4 +62,10 @@ mix-manifest.json
# Keep vendor assets in public folder
!public/js/vendor/
!public/css/vendor/
!public/js/locales/
!public/js/locales/
# Keep built assets
!public/js/app.js
!public/js/vendor.js
!public/css/app.css
!public/mix-manifest.json