#!/bin/bash docker run --rm --user 1000:1000 -v $PWD:/files -p 3000:3000 -ti node:lts bash -c "cd /files ; npm run dev"