Files
full-stack-fastapi/frontend/Dockerfile.playwright
dependabot[bot] d27647ffe0 ⬆ Bump playwright from v1.56.1-noble to v1.57.0-noble in /frontend (#2016)
* ⬆ Bump playwright from v1.56.1-noble to v1.57.0-noble in /frontend

Bumps playwright from v1.56.1-noble to v1.57.0-noble.

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: v1.57.0-noble
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <alejsdev@gmail.com>
2025-12-01 13:40:37 +01:00

12 lines
154 B
Docker

FROM mcr.microsoft.com/playwright:v1.57.0-noble
WORKDIR /app
COPY package*.json /app/
RUN npm install
COPY ./ /app/
ARG VITE_API_URL=${VITE_API_URL}