From 6e2233fb5b75d99aa8c3f14c356c3c5f547d569c Mon Sep 17 00:00:00 2001 From: Michael Pretorius Date: Tue, 18 Jun 2024 12:38:23 +0200 Subject: [PATCH] fix: test commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb9e2e..2d30960 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ cd ixo-blocksync-core/ Copy `.env.example` to `.env` and configure. If this step is skipped, ixo-blocksync will use `.env.example` as the configuration by default. Don't use quotations when asign env vars for docker -Create a role(e.g. app_user) in the DB for postgress to work +Create a role(e.g. app_user) in the DB for postgress to work. ```bash docker build -t ixofoundation/ixo-blocksync-core:latest .