Skip to content

Commit

Permalink
🔧 Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Oct 19, 2023
1 parent 8c2ba21 commit d4af8fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ WORKDIR /app

# Copy artifacts
COPY ./next.config.js .
COPY ./.next ./.next

# Copy node_modules
COPY --from=base /app/node_modules ./node_modules
Expand Down

1 comment on commit d4af8fe

@vercel
Copy link

@vercel vercel bot commented on d4af8fe Oct 19, 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.