Skip to content

Commit 729dcf4

Browse files
remove test node env, and include run migrate
1 parent 500c681 commit 729dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
export NEW_RELIC_APP_NAME="analytics-reporter-api"
3-
export NODE_ENV="test"
43
export PATH="$PATH:/home/vcap/deps/0/bin"
4+
npm run migrate
55
npm start

0 commit comments

Comments
 (0)