mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:35:41 -04:00
build: ensure app only installs production dependencies on docker deployment
This commit is contained in:
@@ -7,4 +7,6 @@
|
|||||||
cp -r ${DIR_BUILD}/* ${DIR_RUN}
|
cp -r ${DIR_BUILD}/* ${DIR_RUN}
|
||||||
rm -rf ${DIR_BUILD}/*
|
rm -rf ${DIR_BUILD}/*
|
||||||
cd ${DIR_RUN}
|
cd ${DIR_RUN}
|
||||||
|
npm install --omit=dev
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user