Add ORIGIN environment variable and update startup script
This commit is contained in:
@@ -23,5 +23,6 @@ npm run generate
|
||||
# Run database migration
|
||||
npm run migrate
|
||||
|
||||
echo "The orgin to be set is: $ORIGIN"
|
||||
# Start the application
|
||||
node build/index.js
|
||||
ORIGIN=$ORIGIN node build
|
||||
|
||||
Reference in New Issue
Block a user