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