Merge pull request #428 from OpenSignLabs/prafull-opensignlabs-patch-9

This commit is contained in:
Andrew
2024-02-22 20:15:49 +05:30
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ COPY apps/OpenSign/ .
COPY microfrontends/ .
COPY apps/OpenSign/.husky .
RUN npm docker-build
RUN npm run docker-build
# Make port 3000 available to the world outside this container
EXPOSE 3000