feat(docker): update slim image

This commit is contained in:
ItzCrazyKns
2026-04-11 19:51:12 +05:30
parent 9e8d883768
commit adc68fc050

View File

@@ -30,6 +30,9 @@ COPY drizzle ./drizzle
RUN mkdir /home/vane/uploads
RUN yarn add playwright
RUN yarn playwright install --with-deps --only-shell chromium
EXPOSE 3000
CMD ["node", "server.js"]