filebrowser/_docker/Dockerfile.playwright-noauth

9 lines
260 B
Docker
Raw Normal View History

2025-02-17 16:51:16 +00:00
FROM gtstef/playwright-base
WORKDIR /app
COPY [ "./_docker/src/noauth/", "./" ]
WORKDIR /app/frontend
COPY [ "./frontend/", "./" ]
WORKDIR /app/backend/
COPY [ "./backend/filebrowser", "./"]
RUN ./filebrowser & sleep 2 && cd ../frontend && npx playwright test