mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 02:35:42 -04:00
feat: add env variable DIR_BUILD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user