rentgendroid/http_server/code/docker-entrypoint.sh
2025-09-29 20:17:30 +02:00

8 lines
76 B
Bash

#!/bin/bash
set -xe
npm i
npm run build
node index.mjs &
tail -f /dev/null