omni/frontend/Dockerfile
Edward Sammut Alessi 197a7fa8e3
chore(frontend): update dependencies
Update frontend dependencies.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-02-02 19:41:40 +01:00

12 lines
207 B
Docker

FROM mcr.microsoft.com/playwright:v1.58.1-noble
WORKDIR /tmp/test
COPY package.json package-lock.json ./
RUN npm ci
COPY e2e ./e2e
COPY playwright.config.ts ./
CMD npm run test:e2e -- --project=$PROJECT