strava-frontend/run.sh

6 lines
70 B
Bash

#!/bin/bash
cd /app
npx tsx server/index.ts &
nginx -g 'daemon off;'