mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-23 08:02:30 +02:00
Merge pull request #426 from OpenSignLabs/prafull-opensignlabs-patch-9
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user