Merge pull request #3252 from Dokploy/3231-env-file-is-generated-in-dockerfile-directory

fix(environment): clarify .env file creation instructions
This commit is contained in:
Mauricio Siu 2025-12-12 10:24:26 -06:00 committed by GitHub
commit 3799aeab74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,9 +191,10 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
<div className="space-y-0.5">
<FormLabel>Create Environment File</FormLabel>
<FormDescription>
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.
</FormDescription>
</div>
<FormControl>