Skip to content

Commit

Permalink
Solving Prisma Issue
Browse files Browse the repository at this point in the history
Signed-off-by: Type-32 <[email protected]>
  • Loading branch information
Type-32 committed Jul 9, 2024
1 parent 564ef10 commit 7e83e27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ RUN npm install

COPY . .

RUN npm install npx

RUN npx prisma generate

RUN npm run build

ENV HOST 0.0.0.0
Expand Down

0 comments on commit 7e83e27

Please sign in to comment.