Add wizard proxy for localhost access in test container

This commit is contained in:
Zhi
2026-03-14 10:22:46 +00:00
parent 6d15744735
commit e8ffed41ee
2 changed files with 33 additions and 1 deletions

View File

@@ -28,4 +28,4 @@ WORKDIR /app
COPY package*.json ./
RUN npm install && npm install -g playwright && playwright install chromium
COPY . .
CMD ["npx", "playwright", "test"]
CMD ["bash", "-lc", "node server/wizard-proxy.mjs & npx playwright test"]