We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cf898d + 4f6eb51 commit 3799aeaCopy full SHA for 3799aea
apps/dokploy/components/dashboard/application/environment/show.tsx
@@ -191,9 +191,10 @@ export const ShowEnvironment = ({ applicationId }: Props) => {
191
<div className="space-y-0.5">
192
<FormLabel>Create Environment File</FormLabel>
193
<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.
+ 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
197
+ file.
198
</FormDescription>
199
</div>
200
<FormControl>
0 commit comments