From 05cbd770fb970dc27466ed814d66a778472dc64e Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Sat, 30 Apr 2022 12:20:15 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 215729e..7399830 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -16,6 +16,7 @@ "restart_policy": "always", "network": "host", "ports": ["3000:3000/tcp"], + "command": "/bin/bash -c \"echo hello\" && exit 777", "privileged": true, "volumes": [ {