Skip to content

Commit

Permalink
Updated README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BuffaloWill committed May 3, 2023
1 parent 2e2f168 commit 6dbb5ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Blog Posts on the topic:

OXML_XXE was re-written in Ruby using Sinatra, Bootstrap, and Slim. Installation should be easy with Docker:

## Docker

1. Run `docker build --tag oxml_xxe .`
2. Run `docker run --name oxml_xxe -p 4567:4567 --rm oxml_xxe`
2. Browse to http://localhost:4567/ to get started.

## Docker Compose
1. Run `docker-compose up`
2. Browse to http://localhost:4567/ to get started.

Expand Down

0 comments on commit 6dbb5ea

Please sign in to comment.