register + login + mdp hash
This commit is contained in:
@@ -7,6 +7,8 @@ COPY package*.json ./
|
||||
RUN npm install
|
||||
RUN npm install dotenv
|
||||
RUN npm install pg
|
||||
RUN npm install bcrypt
|
||||
RUN npm install jsonwebtoken
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user