diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..3d5f927 --- /dev/null +++ b/readme.md @@ -0,0 +1,21 @@ + +## Deployment + +Make a Docker Image using this dockerfile + +```bash + docker build . +``` + +To run the docker Image + +```bash + docker run -it +``` + +This will Start the container and a terminal will pop up. +Now just enter your Username, password and Worker name.. + + + +