2 lines
73 B
Bash
2 lines
73 B
Bash
|
docker run --rm -v $(pwd):/app -w /app node:20-bullseye-slim npm install
|