Skip to content

Commit

Permalink
Fix command in tutorial
Browse files Browse the repository at this point in the history
`prestd` is not inside WORKDIR (which is `/app`). Just call it directly, or error occurs.
  • Loading branch information
Hsieh Chin Fan authored and avelino committed May 17, 2021
1 parent b9e6145 commit 22287ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wget https://raw.githubusercontent.com/prest/prest/main/docker-compose-prod.yml
# Up (run) PostgreSQL and prestd
docker-compose up
# Run data migration to create user structure for access (JWT)
docker-compose exec prest ./prestd migrate up auth
docker-compose exec prest prestd migrate up auth

# Create user and password for API access (via JWT)
## user: prest
Expand Down

0 comments on commit 22287ed

Please sign in to comment.