hermes/lom/docker-entrypoint.sh

5 lines
No EOL
101 B
Bash
Executable file

#!/bin/bash
export NODE_ENV="production"
export SERVER_BASE_URL="http://nextnet-api:3000/"
npm start