hermes/lom/docker-entrypoint.sh
2024-09-29 12:58:38 +00:00

8 lines
148 B
Bash
Executable file

#!/bin/bash
export NODE_ENV="production"
if [[ "$SERVER_BASE_URL" == "" ]]; then
export SERVER_BASE_URL="http://nextnet-api:3000/"
fi
npm start