Modify to be compatible with traefik v2 and image upload now works
parent
8eee793464
commit
ff737e8709
@ -1,2 +1,2 @@
|
||||
30 * * * * pkill node
|
||||
31 * * * * node /opt/app/whiteboard-1.5/server.js --mode=production
|
||||
31 * * * * cd /opt/app/whiteboard-1.5 && node server.js --mode=production
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
node /opt/app/whiteboard-1.5/server.js --mode=production &
|
||||
cd /opt/app/whiteboard-1.5
|
||||
node server.js --mode=production &
|
||||
supercronic /opt/app/whiteboard-1.5/crontab
|
||||
|
Reference in New Issue