Copy husky folder to docker

This commit is contained in:
Amol
2023-10-23 13:03:41 +05:30
committed by GitHub
parent 888e7c5582
commit 6591b6836a
+1
View File
@@ -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