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

This commit is contained in:
Andrew
2024-02-22 20:08:32 +05:30
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -15,6 +15,8 @@ COPY apps/OpenSign/ .
COPY microfrontends/ .
COPY apps/OpenSign/.husky .
RUN npm docker-build
# Make port 3000 available to the world outside this container
EXPOSE 3000
+1 -1
View File
@@ -42,7 +42,7 @@
"build": "npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
"docker-build": "npm run version && rm -rf public/mfbuild && npm run docker-micro && CI=false && mf-cra build",
"docker-micro": "cd ./microfrontends/SignDocuments && npm install && npm run build",
"docker-micro": "cd ./SignDocuments && npm install && npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"release": "standard-version",