Skip to content

Commit

Permalink
📦 build: Install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 18, 2024
1 parent f961ab3 commit 99a90b2
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 @@ -56,10 +56,10 @@ COPY --from=build /home/node/app/NekoMelody/pnpm-lock.yaml ./NekoMelody/pnpm-loc

WORKDIR /home/node/app/NekoMelody
RUN pnpm install
RUN pnpx puppeteer browsers install chrome

WORKDIR /home/node/app

# Create a user named node
RUN useradd -m node && chown -R node:node /home/node/app

USER node
Expand Down

0 comments on commit 99a90b2

Please sign in to comment.