From e3f8ab9a1dc2722b1d8b4137b6791bd4f4b7363a Mon Sep 17 00:00:00 2001 From: AlexandrKharitonov <75480173+AleksandrKharitonov@users.noreply.github.com> Date: Thu, 6 Jan 2022 12:13:22 +0300 Subject: [PATCH] Update build --- hooks/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/build b/hooks/build index ed98433..e9f8dfa 100644 --- a/hooks/build +++ b/hooks/build @@ -1,5 +1,5 @@ #!/bin/bash -sed -i '/trap clean_exit SIGTERM/s/^/#/' run-document-server.sh +sed -i '/trap clean_exit SIGTERM/s/^/#/' ${DOCKERFILE_PATH%Dockerfile}run-document-server.sh docker build -f $DOCKERFILE_PATH -t $IMAGE_NAME