diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php
index c6c5bbef3..39c21c690 100644
--- a/resources/views/livewire/project/application/general.blade.php
+++ b/resources/views/livewire/project/application/general.blade.php
@@ -265,20 +265,24 @@
Pre/Post Deployment Commands
-
-
+
+ @if ($application->build_pack === 'dockercompose')
+
+ @endif
-
+ id="application.post_deployment_command" label="Post-deployment "
+ helper="An optional script or command to execute in the newly built container after the deployment completes.
It is always executed with 'sh -c', so you do not need add it manually." />
+ @if ($application->build_pack === 'dockercompose')
+
+ @endif