Skip to content

Commit

Permalink
Update Dockerfile for local build
Browse files Browse the repository at this point in the history
  • Loading branch information
pdovhomilja committed Nov 9, 2023
1 parent 25d5e2f commit 89c1602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ COPY . .
RUN npx prisma generate && npx prisma db push && npm run build

RUN rm -rf node_modules
RUN rm -rf .env
RUN rm -rf .env.local
RUN npm install

FROM node:20.9.0-alpine
Expand Down

6 comments on commit 89c1602

@vercel
Copy link

@vercel vercel bot commented on 89c1602 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 89c1602 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-test – ./

nextcrm-test-e-osvc.vercel.app
nextcrm-test-git-main-e-osvc.vercel.app
test.nextcrm.io

@vercel
Copy link

@vercel vercel bot commented on 89c1602 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-others – ./

others.nextcrm.io
nextcrm-others-e-osvc.vercel.app
nextcrm-others-git-main-e-osvc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 89c1602 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-demo – ./

demo.nextcrm.io
nextcrm-demo-e-osvc.vercel.app
nextcrm-demo-git-main-e-osvc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 89c1602 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 89c1602 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.