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