Skip to content

Commit

Permalink
Add helper bash script to run development
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfarukabaci committed Oct 27, 2021
1 parent 6f4035a commit 9c65cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@ $ tox
Or, if you prefer using Docker (recommended):

```bash
docker build -t drf_extra_fields .
docker run -v $(pwd):/app -it drf_extra_fields /bin/bash
source tools/run_development.sh
tox
```

Expand Down
2 changes: 2 additions & 0 deletions tools/run_development.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker build -t drf_extra_fields .
docker run -v $(pwd):/app -it drf_extra_fields /bin/bash

0 comments on commit 9c65cc4

Please sign in to comment.