## Deployment Make a Docker Image using this dockerfile ```bash docker build . ``` To run the docker Image ```bash docker run -d --env USERNAME= --env WORKER= --env PASS= ``` This will Start the container and detach it.