chore: script de démarrage business et export des ENV au runtime
This commit is contained in:
8
scripts/start-business.sh
Normal file
8
scripts/start-business.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
export HUSKY=0
|
||||
export HUSKY_SKIP_INSTALL=1
|
||||
export NODE_PATH=/app/node_modules
|
||||
|
||||
npm run serve -- --port "${PORT:-3000}"
|
||||
|
||||
Reference in New Issue
Block a user