From 22287ed11e015692593df50939337c56b67e8a5c Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 17 May 2021 16:45:40 +0800 Subject: [PATCH] Fix command in tutorial `prestd` is not inside WORKDIR (which is `/app`). Just call it directly, or error occurs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ce2baceb..6cf9a29d1 100644 --- a/README.md +++ b/README.md @@ -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