Skip to content

Commit

Permalink
DockerFile Modified (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurav-Pant authored Oct 23, 2023
1 parent c6e024c commit 5b8282f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ WORKDIR /app
EXPOSE 3000

# Copy the package.json and pnpm-lock.yaml
COPY package.json .
COPY pnpm-lock.yaml .
COPY package.json pnpm-lock.yaml ./

RUN npm run dev-setup

Expand Down

1 comment on commit 5b8282f

@vercel
Copy link

@vercel vercel bot commented on 5b8282f Oct 23, 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.