Browse Source

fix missing cd

pull/2/head
Nicolas Massé 9 years ago
parent
commit
48085a5f59
  1. 1
      .s2i/bin/run

1
.s2i/bin/run

@ -15,4 +15,5 @@ fi
# Run NodeJS Server # Run NodeJS Server
echo "Running NodeJS Server..." echo "Running NodeJS Server..."
export NODE_ENV=production export NODE_ENV=production
cd main
run_node run_node

Loading…
Cancel
Save