#!/bin/bash docker run -w /srv -v $(pwd):/srv -u $(id -u ${USER}):$(id -g ${USER}) -p 3000:3000 -it --rm node:20.8 bash