general chat

This commit is contained in:
gprunet
2026-01-12 17:27:07 +01:00
parent e053d0faa7
commit f79e6bd9fc
7 changed files with 128 additions and 7 deletions
-4
View File
@@ -5,10 +5,6 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
RUN npm install dotenv
RUN npm install pg
RUN npm install bcrypt
RUN npm install jsonwebtoken
COPY . .