Update README.md

Fixed docker run command
This commit is contained in:
Woodson Gates
2024-08-12 09:41:40 -04:00
committed by GitHub
parent bd46f82b0f
commit 24155a0455
+1 -1
View File
@@ -234,7 +234,7 @@ Build the container image
Test if the docker container works correctly. 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` `docker exec actual-helper node sync-banks.js`