feat: add env variable DIR_BUILD

This commit is contained in:
2025-02-23 08:49:05 -07:00
parent 2c1a0d34fd
commit b4b1fe878f
3 changed files with 11 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
# install and startup for tvapp2
# #
cp -r ${INSTALL_DIR} ${WORKING_DIR}
rm -rf ${INSTALL_DIR}/*
cd ${WORKING_DIR}
cp -r ${DIR_BUILD} ${DIR_RUN}
rm -rf ${DIR_BUILD}/*
cd ${DIR_RUN}
npm start