Skip to content

Commit 3799aea

Browse files
authored
Merge pull request #3252 from Dokploy/3231-env-file-is-generated-in-dockerfile-directory
fix(environment): clarify .env file creation instructions
2 parents 7cf898d + 4f6eb51 commit 3799aea

File tree

1 file changed

+4
-3
lines changed
  • apps/dokploy/components/dashboard/application/environment

1 file changed

+4
-3
lines changed

apps/dokploy/components/dashboard/application/environment/show.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,10 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
191191
<div className="space-y-0.5">
192192
<FormLabel>Create Environment File</FormLabel>
193193
<FormDescription>
194-
When enabled, an .env file will be created during the
195-
build process. Disable this if you don't want to generate
196-
an environment file.
194+
When enabled, an .env file will be created in the same
195+
directory as your Dockerfile during the build process.
196+
Disable this if you don't want to generate an environment
197+
file.
197198
</FormDescription>
198199
</div>
199200
<FormControl>

0 commit comments

Comments
 (0)