#!/bin/bash if [ -n "$REPO_URL" ]; then rm -rf /app/* git clone $REPO_URL /app fi cd /app npm install express axios node server.js