Add ChatGPT share debug helper

This commit is contained in:
Codex
2026-07-08 00:59:39 +00:00
parent 3da6fdab49
commit e8a6ada2d6
2 changed files with 88 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ RUN apt-get update \
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist
COPY --from=build /app/dist-client ./dist-client
COPY scripts ./scripts
COPY package.json ./
RUN ./node_modules/.bin/playwright install --with-deps --only-shell chromium \
&& npm cache clean --force \