next-bruh/dockerEntrypoint.sh

7 lines
92 B
Bash

#!/bin/sh
# no verbose
set +x
node bin/dumpEnv.js --docker
echo "Starting Nextjs"
exec "$@"