# Using Docker for temp app usage

```bash
docker run -it --rm -v .:/tmp -w /tmp node /usr/local/bin/npm install
```