build the container
docker build -t bcryptdemo .
run the container
docker run -it bcryptdemo /bin/bash
run node
node
verify bcrypt-as-promised
var bc = require('bcrypt-as-promised')
| Name | Name | Last commit date | ||
|---|---|---|---|---|
build the container
docker build -t bcryptdemo .
run the container
docker run -it bcryptdemo /bin/bash
run node
node
verify bcrypt-as-promised
var bc = require('bcrypt-as-promised')