Merge pull request #31 from edrapac/Docker

Added dockerfile
This commit is contained in:
Ryan Montgomery 2021-03-22 12:18:01 -04:00 committed by GitHub
commit fc0f700a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```
## 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)):