mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 11:55: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}
|
||||
rm -rf ${DIR_BUILD}/*
|
||||
cd ${DIR_RUN}
|
||||
npm install --omit=dev
|
||||
npm start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user