Mark the running environment with env var 'CONTAINER_RUNNING'.
For each kind of running environment run different main functions.
Make sure to pass the appropriate chrome options to either desktop or container.
DOD:
[x] ENV variable added to Dockerfile
[x] Two different main functions created with the appropriate chrome options passed
The main function is split into two different functions, and the dynamic interval between iterations is added.
Both desktop and container versions were tested.
Description:
DOD: