From 4f6eb51c06e59b0a9f09cfdc423ccd1a2d1396c0 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Fri, 12 Dec 2025 10:23:47 -0600 Subject: [PATCH] fix(environment): clarify .env file creation instructions - Updated the description for the environment file creation option to specify that the .env file will be created in the same directory as the Dockerfile during the build process, enhancing user understanding. --- .../components/dashboard/application/environment/show.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/environment/show.tsx b/apps/dokploy/components/dashboard/application/environment/show.tsx index 5de03c367..cbbd105df 100644 --- a/apps/dokploy/components/dashboard/application/environment/show.tsx +++ b/apps/dokploy/components/dashboard/application/environment/show.tsx @@ -191,9 +191,10 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
Create Environment File - When enabled, an .env file will be created during the - build process. Disable this if you don't want to generate - an environment file. + When enabled, an .env file will be created in the same + directory as your Dockerfile during the build process. + Disable this if you don't want to generate an environment + file.