Skip to content

Commit

Permalink
build & deploy to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindra Mohith P authored and Ravindra Mohith P committed Aug 7, 2024
1 parent 63d846b commit 5cf4ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:22-alpine3.19 as builder
WORKDIR /app
COPY package*.json ./
COPY prisma ./
RUN npm i -D prisma
RUN npm i -D prisma@5.1.1
RUN npx prisma generate
RUN npm install --legacy-peer-deps
COPY . .
Expand Down

0 comments on commit 5cf4ccd

Please # to comment.