Add production Dockerfile (php-fpm + nginx) for Coolify

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 00:03:55 +03:00
co-authored by Claude Opus 4.8
parent a63515cfc6
commit 3f602c61ef
3 changed files with 86 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
.git
.gitignore
.github
node_modules
vendor
public/build
public/hot
.env
.env.*
storage/logs/*
storage/framework/cache/data/*
storage/framework/sessions/*
storage/framework/views/*
tests
.phpunit.result.cache
.DS_Store
README.md