Skip to content
    Back to all Bounties

    Earn 900 ($9.00)

    Time Remainingdue 2 years ago
    Completed

    Python + Playwright Cron in Docker Container

    oAkeDCH
    oAkeDCH
    Posted 2 years ago
    This Bounty has been completed!

    Bounty Description

    Problem Description

    I need a Docker container that runs a python script to execute playwright. The docker container should run a cron job inside to run the python script every 5 minutes.

    Acceptance Criteria

    1. A Python script that loads a webpage using Playwright. No logic needs to be executed on the page.
    2. A Dockerfile to run the python script in a container. It should also run a cron inside the container to run the python script every 5 minutes