1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-02 20:15:27 +02:00

fix: Use custom logger only for production

This commit is contained in:
Maksim Eltyshev 2022-08-23 20:45:42 +02:00
parent 55d07b4560
commit 07867fc0b2
5 changed files with 26 additions and 27 deletions

View file

@ -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 $@