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:
@@ -5,3 +5,7 @@ npm-debug.log
|
||||
README.md
|
||||
.next
|
||||
.git
|
||||
.env
|
||||
.env.*
|
||||
.codegraph
|
||||
data
|
||||
|
||||
Reference in New Issue
Block a user