feat: add playwright usage docs

This commit is contained in:
engigu
2026-03-19 18:08:26 +08:00
parent ce9fb9aa76
commit 7d102f33ec
10 changed files with 456 additions and 15 deletions
+1
View File
@@ -139,6 +139,7 @@ COPY --from=frontend-builder /app/web/dist /www/baihu
# Copy configs and entrypoint
COPY --from=backend-builder /app/configs ./configs
COPY --from=backend-builder /app/example ./example
COPY docker/docker-entrypoint.sh .