hermes/sshfrontend/docker-entrypoint.sh
2024-12-21 18:27:40 -05: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