File tree Expand file tree Collapse file tree 5 files changed +12561
-13037
lines changed
Expand file tree Collapse file tree 5 files changed +12561
-13037
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,14 @@ mkdir -p "/home/${USER}/.cache/yarn"
3636
3737for SUBNAME in server public
3838do
39+ echo -e " \n\nUpdating in ${SUBNAME} ...\n"
3940 docker run \
4041 -v " /etc/group:/etc/group:ro" \
4142 -v " /etc/passwd:/etc/passwd:ro" \
4243 -v " /etc/shadow:/etc/shadow:ro" \
4344 -u ${UID} :${GID} \
44- -v " /home/${USER} /.cache/yarn:/home/${USER} /.cache/yarn" \
45- -v " ${SELFDIR} /${SUBNAME} :/usr/src/app" \
46- yarn-base bash -c " cd /usr/src/app && yarn install"
45+ -v " /home/${USER} /.cache/yarn:/home/${USER} /.cache/yarn:U" \
46+ -v " ${SELFDIR} /${SUBNAME} :/usr/src/app:U" \
47+ yarn-base \
48+ bash -c " cd /usr/src/app && yarn install"
4749done
Original file line number Diff line number Diff line change 22 "name" : " anms-ui" ,
33 "version" : " 0.1.1" ,
44 "dependencies" : {
5- "@achrinza/node-ipc" : " ^10.1.11" ,
65 "@fortawesome/fontawesome-free" : " ^5.13.0" ,
76 "@fortawesome/fontawesome-svg-core" : " ^1.2.32" ,
87 "@fortawesome/free-solid-svg-icons" : " ^6.2.0" ,
You can’t perform that action at this time.
0 commit comments