From 24155a04556fd171eb69a0b69c92256d9cd7a0a4 Mon Sep 17 00:00:00 2001 From: Woodson Gates <43043100+faultoverload@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:41:40 -0400 Subject: [PATCH] Update README.md Fixed docker run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1722d51..d87b4c0 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ Build the container image Test if the docker container works correctly. -`docker run -itd actual-helper --name actual-helper` +`docker run -itd --name actual-helper actual-helper ` `docker exec actual-helper node sync-banks.js`