From 56ead34ef92c8d751c9a0995dad33dcc05628c34 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Tue, 10 Jun 2025 14:45:38 +0200 Subject: [PATCH] Correct typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9506d8..896cee6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ cd acsmnode - Ensure the file is excluded from version control by adding .env to your .gitignore and .dockerignore files. 4. Open **Docker Desktop**, then build the container image: ```bash - docker build -t datachain_processor . + docker build -f Dockerfile.acsmchain -t datachain_processor . ``` 5. Run the app: ```bash