mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: typo in index.ts
DOKERFILE -> DOCKERFILE
This commit is contained in:
committed by
GitHub
parent
3f9e1381b6
commit
701580afc4
@@ -17,7 +17,7 @@ import { buildPaketo } from "./paketo";
|
|||||||
// NIXPACKS codeDirectory = where is the path of the code directory
|
// NIXPACKS codeDirectory = where is the path of the code directory
|
||||||
// HEROKU 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
|
// 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<
|
export type ApplicationNested = InferResultType<
|
||||||
"applications",
|
"applications",
|
||||||
{ mounts: true; security: true; redirects: true; ports: true }
|
{ mounts: true; security: true; redirects: true; ports: true }
|
||||||
|
|||||||
Reference in New Issue
Block a user