feat: Add Dockerfile as default value for the application database column

This commit is contained in:
Jiří Vrba
2026-02-21 11:34:40 +01:00
parent 6a2098d522
commit 999e5fabd3
4 changed files with 7469 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ export const applications = pgTable("application", {
},
),
enableSubmodules: boolean("enableSubmodules").notNull().default(false),
dockerfile: text("dockerfile"),
dockerfile: text("dockerfile").default("Dockerfile"),
dockerContextPath: text("dockerContextPath"),
dockerBuildStage: text("dockerBuildStage"),
// Drop