feat: users CRUD

This commit is contained in:
GitBluub
2022-06-19 23:23:16 +02:00
parent 039a53ef34
commit 5faa4dc12c
8 changed files with 31 additions and 10 deletions
+1
View File
@@ -4,5 +4,6 @@ COPY ./package.json ./
RUN npm install
COPY . .
RUN npx prisma generate
RUN npx prisma migrate dev
RUN npm run build
CMD ["npm", "run", "start:prod"]