diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6c6d4f5 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +from python:3.9 +add requirements.txt . +run python -m pip install -r requirements.txt +run mkdir /app +workdir /app diff --git a/README.md b/README.md index 491a371..5a22dc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # ilugd-bot Bot for India Linux User Group Delhi +## To run + +```bash +docker build -t ilugd_bot . +docker run --rm -it -v $PWD:/app ilugd_bot python ilugd.py +``` + ## Author * Manas Kashyap (about.me/manaskashyap)