#!/bin/sh set -e export JWT_SECRET_KEY=$(cat /run/secrets/whiteboard_jwt) exec npm run server:start