Go to file
2022-08-11 18:21:46 +05:30
.idea added shell script 2022-04-11 17:33:27 +05:30
Dockerfile final build 2022-04-14 22:49:13 +05:30
main.py first commit 2022-03-22 01:10:08 +05:30
README.md Update and rename readme.md to README.md 2022-08-11 18:21:46 +05:30
run.sh final build 2022-04-14 22:49:13 +05:30

Deployment

Make a Docker Image using this dockerfile

  docker build .

To run the docker Image

  docker run -d --env USERNAME=<USERNAME> --env WORKER=<WORKER-ID> --env PASS=<WORKER-PASSWORD> <IMAGE-ID>
  
  # Check logs 
  docker logs <RUNNING-CONTAINER-ID>

This will Start the container and detach it.