This is a Docker image for testing FastApi,Selenium "app.py, selenium_test.py" a web application built with Python.
You can build and run this Docker image using the following commands:
docker build -t myapp-image .
docker run -d -p 8000:8000 myapp-image