Files
roboco/docker/agent-qa-fe.Dockerfile
T

14 lines
239 B
Docker
Raw Normal View History

# Frontend QA Agent
# Accessibility and code-level testing tools
FROM roboco-agent-base
USER root
RUN npm install -g pnpm
USER agent
LABEL role="frontend-qa"
LABEL description="Frontend QA agent - accessibility, code review, testing"