Remove standalone capture debug helpers

This commit is contained in:
Codex
2026-07-08 03:37:04 +00:00
parent 4cbd49c999
commit a84ceb8065
4 changed files with 4 additions and 319 deletions
-1
View File
@@ -33,7 +33,6 @@ RUN ./node_modules/.bin/playwright install --with-deps --only-shell chromium \
&& rm -rf /var/lib/apt/lists/* /tmp/*
COPY --from=build /app/dist ./dist
COPY --from=build /app/dist-client ./dist-client
COPY scripts ./scripts
EXPOSE 8080
CMD ["node", "dist/server.js"]