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.