Merge pull request #1052 from Dokploy/1050-dokploy-ignore-run-command

refactor: add text for run command
This commit is contained in:
Mauricio Siu
2025-01-01 19:29:48 -06:00
committed by GitHub

View File

@@ -81,7 +81,8 @@ export const AddCommand = ({ applicationId }: Props) => {
<div> <div>
<CardTitle className="text-xl">Run Command</CardTitle> <CardTitle className="text-xl">Run Command</CardTitle>
<CardDescription> <CardDescription>
Run a custom command in the container Run a custom command in the container after the application
initialized
</CardDescription> </CardDescription>
</div> </div>
</CardHeader> </CardHeader>