File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ENV PM2_HOME=${APP_WORK_DIR}/.pm2
4040
4141# Install NodeJS Global Dependencies
4242RUN --mount=type=cache,target=/root/.cache/yarn \
43- yarn global add pm2 @vue/cli
43+ yarn global add pm2 @vue/cli@4.5.15
4444
4545# Remaining commands as this user
4646USER ${APP_USER}:${APP_USER}
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ docker image build --tag anms-ui --target anms-ui ${SELFDIR}
4141
4242
4343docker run anms-ui bash -c " cd /opt/node_app/public && yarn audit --json || exit 0" > ${SELFDIR} /logs/${PUBLIC_LOG}
44- docker run anms-ui bash -c " cd /opt/node_app/server && npm audit --json || exit 0" > ${SELFDIR} /logs/${SERVER_LOG}
44+ docker run anms-ui bash -c " cd /opt/node_app/server && yarn audit --json || exit 0" > ${SELFDIR} /logs/${SERVER_LOG}
4545
4646
Original file line number Diff line number Diff line change 77 "@fortawesome/fontawesome-svg-core" : " ^1.2.32" ,
88 "@fortawesome/free-solid-svg-icons" : " ^6.2.0" ,
99 "@fortawesome/vue-fontawesome" : " ^2.0.9" ,
10- "@vue/cli" : " ^4.5.15" ,
1110 "axios" : " ^1.7.4" ,
1211 "body-parser" : " ^1.20.3" ,
1312 "bootstrap" : " ^4.6.2" ,
You can’t perform that action at this time.
0 commit comments