fix: Makes LOM Kubernetes capable.
This commit is contained in:
parent
d03d5d9d85
commit
74657b6453
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
export NODE_ENV="production"
|
||||
export SERVER_BASE_URL="http://nextnet-api:3000/"
|
||||
|
||||
npm start
|
||||
if [[ "$SERVER_BASE_URL" == "" ]]; then
|
||||
export SERVER_BASE_URL="http://nextnet-api:3000/"
|
||||
fi
|
||||
|
||||
npm start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue