#!/bin/sh set -e mkdir -p /data/db chown -R nextjs:nodejs /data/db exec gosu nextjs "$@"