1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 05:25:29 +02:00

feat: Modify logger to log to file that supports fail2ban (#284)

This commit is contained in:
Steven Correia 2022-08-22 18:42:56 -04:00 committed by GitHub
parent 21ef850913
commit 6429e22d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 427 additions and 7844 deletions

View file

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