Skip to content

Commit

Permalink
Docker: try the fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Oct 18, 2023
1 parent 65f0cf4 commit 42646c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ENV PATH $PATH:/usr/src/app/node_modules/.bin

WORKDIR /usr/src/app

COPY package*.json ./
COPY package*.json prisma/ ./

# 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 --unsafe-perm
RUN npm $npm_install_command

COPY . .

Expand Down

1 comment on commit 42646c1

@vercel
Copy link

@vercel vercel bot commented on 42646c1 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-enricoros.vercel.app
big-agi-git-main-enricoros.vercel.app
get.big-agi.com

Please sign in to comment.