From fe9202f815c051e27880c9e23c6195c39103d1db Mon Sep 17 00:00:00 2001 From: Emerson Drapac Date: Mon, 22 Mar 2021 11:09:47 -0500 Subject: [PATCH] Added dockerfile --- Dockerfile | 3 +++ README.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Dockerfile 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)):