Skip to content

Commit

Permalink
minor cleanup prior to striking version
Browse files Browse the repository at this point in the history
  • Loading branch information
jedpittman committed Nov 3, 2020
1 parent f6ddc2f commit e6553cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker-run.sh eol=lf
3 changes: 2 additions & 1 deletion References/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@ You can start a shell in the Django container with `docker-compose exec api bash
To start `psql`, an interactive PostgresQL shell, open a database shell and run `psql -U [your username] -d jobhopper_dev`.
)
) 5. To Run tests, once the container is running, this command will work in a new command window to execute the tests against the running api container:
`docker exec jobhopper_api_1 bash -c "python migrate.py test"`

0 comments on commit e6553cc

Please sign in to comment.