#!/bin/sh npm install if [ ! -e "$RUN_DIR/server/config.js" ]; then cp "$RUN_DIR/server/config.example.js" "$RUN_DIR/server/config.js" fi