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

#! /bin/sh
cd /opt/app/whiteboard-1.5
node server.js --mode=production &
supercronic /opt/app/whiteboard-1.5/crontab