Omair Nabiel
05/06/2023, 5:22 PMCMD prefect server start
from my docker file after installing pip install prefect
within the image. The docker logs show that prefect is running fine on 127.0.0.1:4200
, and I have port mapped to 4200
on my host machine as well, but localhost:4200
fails to load. I have a selenium container running on port 4444
which runs just fine and is accessible on my host machine. Any ideas? Thank youflapili
05/06/2023, 5:27 PMflapili
05/06/2023, 5:28 PMflapili
05/06/2023, 5:29 PMprefect server start --host 0.0.0.0
Omair Nabiel
05/06/2023, 5:33 PMflapili
05/06/2023, 5:34 PMflapili
05/06/2023, 5:34 PMOmair Nabiel
05/06/2023, 5:42 PM