File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ RUN npm install
12
12
13
13
# Copy the current directory contents into the container
14
14
COPY apps/OpenSign/ .
15
+ COPY microfrontends/ .
15
16
COPY apps/OpenSign/.husky .
16
17
17
18
# Make port 3000 available to the world outside this container
Original file line number Diff line number Diff line change 41
41
"version" : " curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\" tag_name\" :' | awk -F '\" ' '{print $4}' > ./public/version.txt" ,
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
+ "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" ,
44
46
"test" : " react-scripts test" ,
45
47
"eject" : " react-scripts eject" ,
46
48
"release" : " standard-version" ,
You can’t perform that action at this time.
0 commit comments