diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e73ec32 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM fnichol/uhttpd + +COPY . /www \ No newline at end of file diff --git a/README.md b/README.md index 49b2521..2ebc0ab 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,17 @@ It's recommended to use the netlify dev command if you're wanting to modify any npx netlify dev ``` +## Using Docker +Simply run the following commands within this repository to spin up the instance locally using a Docker container + +``` +docker build -t reverse_shell_generator . + +docker run -d -p 80:80 reverse_shell_generator +``` + +Browse to http://localhost:80 + ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):