Skip to content

Commit

Permalink
fix(workflow): added next install in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Dec 4, 2023
1 parent 0231a1b commit d3fb479
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 @@ -7,7 +7,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml /app/

# Install PNPM globally
RUN npm install -g pnpm
RUN npm install -g pnpm next

# Install project dependencies using PNPM
RUN pnpm install --ignore-scripts puppeteer
Expand Down

0 comments on commit d3fb479

Please sign in to comment.