Skip to content

Commit

Permalink
Docker Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Feb 25, 2024
1 parent 94989e3 commit e0cfb71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ Alternatively, you can use Flask's built-in abort method like `abort(500)` to th

### Setup

Local:
```
pip install pipenv
pipenv install && pipenv shell
pipenv run python main.py
```

Docker:
```
docker run -d -p 5000:5000 jonfairbanks/bad-app
```

0 comments on commit e0cfb71

Please sign in to comment.