Skip to content

Commit dc5cce9

Browse files
authored
Switch to bcryptjs (#1400)
* try to switch to bcryptjs * switch auth.password module to use bcryptjs; fixes #1391
1 parent e7d6367 commit dc5cce9

File tree

5 files changed

+91
-7782
lines changed

5 files changed

+91
-7782
lines changed

docker-compose.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: "3.4"
66

77
services:
88
server:
9-
command: npm run build:watch
9+
command: npm run dev
1010
environment:
1111
NODE_ENV: development
1212
# Is this what we'll want here?

0 commit comments

Comments
 (0)