fix(deploy): keep VPS env files out of the portfolio image

Docker copied the host .env into the standalone image, which would
ship SMTP and admin credentials in the layer cache.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jan Wagner
2026-08-16 03:26:49 +02:00
co-authored by Cursor
parent b52f93989c
commit aa55c29dbf
+4
View File
@@ -5,3 +5,7 @@ npm-debug.log
README.md
.next
.git
.env
.env.*
.codegraph
data