File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ COPY apps/OpenSign/ .
15
15
COPY microfrontends/ .
16
16
COPY apps/OpenSign/.husky .
17
17
18
+ RUN npm docker-build
19
+
18
20
# Make port 3000 available to the world outside this container
19
21
EXPOSE 3000
20
22
Original file line number Diff line number Diff line change 42
42
"build" : " npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build" ,
43
43
"micro" : " cd ../../microfrontends/SignDocuments && npm install && npm run build" ,
44
44
"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" ,
46
46
"test" : " react-scripts test" ,
47
47
"eject" : " react-scripts eject" ,
48
48
"release" : " standard-version" ,
You can’t perform that action at this time.
0 commit comments