From 43618ce3d570099ed322dc438307b817ed008c01 Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Sun, 25 Aug 2024 11:53:11 +0200 Subject: [PATCH] update docker container instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4784c77..39e767c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The transformed data supports: Build the Docker image `docker build -t data_transformation .` -Run the Docker container +Run the Docker container (for example) `docker run -v $(pwd)/output:/app/output data_transformation 01-01-2022 02-01-2022 out_dir` ### Features