btroops/npm

4 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
docker run --rm --init -it -v $PWD:/usr/src/app -u $(id -u):$(id -u) -p 8080:8080 --name btroops-test btroops npm $@