From 6591b6836a83d31102d8ab1ba54eb40c8a1e000e Mon Sep 17 00:00:00 2001 From: Amol Date: Mon, 23 Oct 2023 13:03:41 +0530 Subject: [PATCH] Copy husky folder to docker --- apps/OpenSign/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/OpenSign/Dockerfile b/apps/OpenSign/Dockerfile index 09411c424..49067d236 100644 --- a/apps/OpenSign/Dockerfile +++ b/apps/OpenSign/Dockerfile @@ -12,6 +12,7 @@ RUN npm install # Copy the current directory contents into the container COPY apps/OpenSign/ . +COPY apps/OpenSign/.husky . # Make port 3000 available to the world outside this container EXPOSE 3000