mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
📦 build: Install chrome
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user