diff --git a/docs/docker/README.md b/docs/docker/README.md index 02ab703ab0..ec4d2bbada 100644 --- a/docs/docker/README.md +++ b/docs/docker/README.md @@ -1,6 +1,6 @@ # Running Playwright in Docker -[Dockerfile.bionic](Dockerfile.bionic) can be used to run Playwright scripts in Docker environments. This image includes all the dependencies needed to run browsers in a Docker container, including browsers. +[Dockerfile.bionic](Dockerfile.bionic) and [Dockerfile.focal](Dockerfile.focal) can be used to run Playwright scripts in Docker environments. These images includes all the dependencies needed to run browsers in a Docker container, including browsers. - [Usage](#usage)