Skip to content

Fix screenshot Dockerfile and Playwright for Docker containers.#179

Merged
R-Sandor merged 1 commit intomainfrom
178-fix-screenshot-to-work-in-dockerfile
Aug 25, 2024
Merged

Fix screenshot Dockerfile and Playwright for Docker containers.#179
R-Sandor merged 1 commit intomainfrom
178-fix-screenshot-to-work-in-dockerfile

Conversation

@R-Sandor
Copy link
Collaborator

  • When the developer ran the container and curl with an url, playwright would not be able to download the drivers. REST call would fail.

  • When developer built the container with docker compose build screenshot the screenshot.jar would not be found. Fixed in the docker/screenshot/Dockerfile.

- When the developer ran the container and curl with an url,
playwright would not be able to download the drivers. REST call
would fail.

- When developer built the container with docker compose build screenshot
the screenshot.jar would not be found. Fixed in the docker/screenshot/Dockerfile.
@R-Sandor R-Sandor linked an issue Aug 24, 2024 that may be closed by this pull request
@R-Sandor R-Sandor self-assigned this Aug 24, 2024
@R-Sandor R-Sandor merged commit 5ee20ec into main Aug 25, 2024
@R-Sandor R-Sandor deleted the 178-fix-screenshot-to-work-in-dockerfile branch August 25, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Screenshot to Work in Dockerfile

2 participants