This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
whiteboard-docker/entrypoint.sh

6 lines
118 B
Bash
Raw Normal View History

2020-06-12 17:31:56 +02:00
#! /bin/sh
cd /opt/app/whiteboard-1.5
node server.js --mode=production &
2020-06-12 17:31:56 +02:00
supercronic /opt/app/whiteboard-1.5/crontab