#!/bin/bash # Clone repo if not already cloned if [ ! -d "/app/.git" ]; then git clone "$REPO_URL" /app fi cd /app npm install node server.js