fix(templates): add null checks for template config properties

Prevent potential runtime errors by adding null checks for domains, env, and mounts in template processors
This commit is contained in:
Mauricio Siu
2025-03-10 03:25:04 -06:00
parent 8df2b20c3b
commit a6684af57e
2 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.20.0",
"version": "v0.20.1",
"private": true,
"license": "Apache-2.0",
"type": "module",