From 701580afc45092fbe4c5699ccfd91b8ddaf1513c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 3 May 2024 00:54:14 +0900 Subject: [PATCH] fix: typo in index.ts DOKERFILE -> DOCKERFILE --- server/utils/builders/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utils/builders/index.ts b/server/utils/builders/index.ts index 9d0cf8da4..f952ab867 100644 --- a/server/utils/builders/index.ts +++ b/server/utils/builders/index.ts @@ -17,7 +17,7 @@ import { buildPaketo } from "./paketo"; // NIXPACKS codeDirectory = where is the path of the code directory // HEROKU codeDirectory = where is the path of the code directory // PAKETO codeDirectory = where is the path of the code directory -// DOKERFILE codeDirectory = where is the exact path of the (Dockerfile) +// DOCKERFILE codeDirectory = where is the exact path of the (Dockerfile) export type ApplicationNested = InferResultType< "applications", { mounts: true; security: true; redirects: true; ports: true }