Skip to content

Commit

Permalink
Fix example_data.sh so that it points to the correct location of dock…
Browse files Browse the repository at this point in the history
…er-entrypoint.sh
  • Loading branch information
Kevin Hurley committed Feb 12, 2024
1 parent 3e6b598 commit f3e6651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ testing data in your database (note: this may fail if you have never run `make r
**Please note:** if you do *not* use the example data, you will need to install the extension
`pgcrypto` before running any migrations (via the SQL `create extension pgcrypto;`).

At this point, you can execute `make run` to start a local development server, and view your
At this point, you can execute `make up` to start a local development server, and view your
site's API documentation at <http:localhost:8000>.

From within the API docs, you can query the API directly and inspect its output. If you need
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/example_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo 'Populating example data...'

# Source the functions we need to get the database up and running
source /docker-entrypoint.sh
source ./usr/local/bin/docker-entrypoint.sh

# Launch the temporary server using the same logic as the entrypoint
export PGPASSWORD="${PGPASSWORD:-$POSTGRES_PASSWORD}"
Expand Down

0 comments on commit f3e6651

Please sign in to comment.