#!/bin/bash #yarn start:production & #exec "$@" npm run build && npx http-server build -a 0.0.0.0 -p 5001 -o