Skip to content

Commit 4f6eb51

Browse files
committed
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.
1 parent 7cf898d commit 4f6eb51

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)