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
|
#!/bin/bash
|
||||||
export NODE_ENV="production"
|
export NODE_ENV="production"
|
||||||
|
|
||||||
|
if [[ "$SERVER_BASE_URL" == "" ]]; then
|
||||||
export SERVER_BASE_URL="http://nextnet-api:3000/"
|
export SERVER_BASE_URL="http://nextnet-api:3000/"
|
||||||
|
fi
|
||||||
|
|
||||||
npm start
|
npm start
|
Loading…
Add table
Add a link
Reference in a new issue