From 4d941b07dd62d4f685260129a64dae5e2fff0f2d Mon Sep 17 00:00:00 2001 From: Dan Noble Date: Wed, 18 Dec 2024 15:36:39 -0800 Subject: [PATCH] Added json encoded CMD parameters to remove build warnings --- build/cdc_data/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cdc_data/Dockerfile b/build/cdc_data/Dockerfile index a2eb27f71d..676496a496 100644 --- a/build/cdc_data/Dockerfile +++ b/build/cdc_data/Dockerfile @@ -81,4 +81,4 @@ RUN chmod +x run.sh ENV PATH="/workspace/venv/bin:$PATH" # Set the default command to run the script. -CMD ./run.sh \ No newline at end of file +CMD ["./run.sh"] \ No newline at end of file