📦 build: Fix playwright

This commit is contained in:
2024-08-18 11:30:46 +07:00
parent e0f8057183
commit 54e12baad5
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -65,4 +65,7 @@ RUN useradd -m node
RUN chown -R node:node /home/node
USER node
WORKDIR /home/node/app
RUN pnpx playwright install chromium
CMD [ "node", "src/index.js"]