Skip to content

Commit 2e8d844

Browse files
Merge pull request #426 from OpenSignLabs/prafull-opensignlabs-patch-9
2 parents 9dbde43 + b8f32a6 commit 2e8d844

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/OpenSign/Dockerhubfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ COPY apps/OpenSign/ .
1515
COPY microfrontends/ .
1616
COPY apps/OpenSign/.husky .
1717

18+
RUN npm docker-build
19+
1820
# Make port 3000 available to the world outside this container
1921
EXPOSE 3000
2022

apps/OpenSign/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build": "npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
4343
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
4444
"docker-build": "npm run version && rm -rf public/mfbuild && npm run docker-micro && CI=false && mf-cra build",
45-
"docker-micro": "cd ./microfrontends/SignDocuments && npm install && npm run build",
45+
"docker-micro": "cd ./SignDocuments && npm install && npm run build",
4646
"test": "react-scripts test",
4747
"eject": "react-scripts eject",
4848
"release": "standard-version",

0 commit comments

Comments
 (0)