Skip to content

Commit

Permalink
Add how to build and run docker image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalebi committed Sep 18, 2024
1 parent 2cdc009 commit eafd1de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ Run all the tests in the package:
./manage.py test --settings=tark.settings.test
```

### Using Docker

To run the app using docker, build and then run the image
```
docker build -t tark_app .
docker run -p 8000:8000 tark_app
```

0 comments on commit eafd1de

Please sign in to comment.