mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 09:15:35 +03:00
feat: Modify logger to log to file that supports fail2ban (#284)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# db
|
||||
node db/init.js
|
||||
exec node app.js --prod $@
|
||||
|
||||
# app
|
||||
export NODE_ENV=production
|
||||
exec node app.js
|
||||
|
||||
Reference in New Issue
Block a user