Skip to content

Commit

Permalink
Docker: try this fix (npm ci won't run postinstall, which is Prisma g…
Browse files Browse the repository at this point in the history
…enerate)
  • Loading branch information
enricoros committed Oct 18, 2023
1 parent b207d61 commit 65f0cf4
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 @@ -10,7 +10,7 @@ COPY package*.json ./
# CI and release builds should use npm ci to fully respect the lockfile.
# Local development may use npm install for opportunistic package updates.
ARG npm_install_command=ci
RUN npm $npm_install_command
RUN npm $npm_install_command --unsafe-perm

COPY . .

Expand Down

1 comment on commit 65f0cf4

@vercel
Copy link

@vercel vercel bot commented on 65f0cf4 Oct 18, 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:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
get.big-agi.com
big-agi-enricoros.vercel.app

Please sign in to comment.