Skip to content

Commit

Permalink
chore: remove puppeteer installation step from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorzamili committed Feb 22, 2025
1 parent 7e37644 commit 1311e0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ COPY package*.json ./

RUN npm ci

RUN npx puppeteer install

COPY . .

RUN npm run build
Expand Down

0 comments on commit 1311e0b

Please sign in to comment.