mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Use custom logger only for production
This commit is contained in:
parent
33d36d80eb
commit
c40709a509
5 changed files with 26 additions and 27 deletions
|
@ -1,9 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# db
|
||||
node db/init.js
|
||||
|
||||
# app
|
||||
export NODE_ENV=production
|
||||
exec node app.js
|
||||
exec node app.js --prod $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue