filebrowser/_docker/Dockerfile.playwright-regular

9 lines
262 B
Docker
Raw Normal View History

2025-01-13 00:50:22 +00:00
FROM gtstef/playwright-base
2025-02-17 16:51:16 +00:00
WORKDIR /app
COPY [ "./_docker/src/regular/", "./" ]
2025-01-21 14:02:43 +00:00
WORKDIR /app/frontend
2025-01-13 00:50:22 +00:00
COPY [ "./frontend/", "./" ]
2025-01-21 14:02:43 +00:00
WORKDIR /app/backend/
COPY [ "./backend/filebrowser*", "./"]
2025-02-17 16:51:16 +00:00
RUN ./filebrowser & sleep 2 && cd ../frontend && npx playwright test