changement du readme + ajout de dependance dans le backend pour l'auth github
This commit is contained in:
@@ -9,6 +9,9 @@ RUN npm install dotenv
|
||||
RUN npm install pg
|
||||
RUN npm install bcrypt
|
||||
RUN npm install jsonwebtoken
|
||||
RUN npm install passport
|
||||
RUN npm install passport-github2
|
||||
RUN npm install express-session
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user