Skip to content

Commit a444d8e

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Fix start command
1 parent a00b460 commit a444d8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
export NEW_RELIC_APP_NAME="analytics-reporter-api"
33
export NODE_ENV="test"
44
export PATH="$PATH:/home/vcap/deps/0/bin"
5-
node deploy/cron.js
6-
5+
npm start

0 commit comments

Comments
 (0)