Skip to content

hpowers/bcrypt-node-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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')

About

Demo with bcrypt-as-promised node and docker running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors