Added dockerfile

This commit is contained in:
Emerson Drapac 2021-03-22 11:09:47 -05:00
parent de34757604
commit fe9202f815
2 changed files with 14 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM fnichol/uhttpd
COPY . /www

View File

@ -29,6 +29,17 @@ It's recommended to use the netlify dev command if you're wanting to modify any
npx netlify dev 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 ✨ ## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):