update:docker

This commit is contained in:
2026-06-03 11:23:30 +03:30
parent f52993f58a
commit 44d1c39a67
5 changed files with 28 additions and 242 deletions
@@ -1,5 +1,5 @@
import { Injectable } from "@nestjs/common";
import { compare, genSalt, hash } from "bcrypt";
import { compare, genSalt, hash } from "bcryptjs";
@Injectable()
export class PasswordService {
//** */