Skip to content

Commit

Permalink
Added json encoded CMD parameters to remove build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnoble committed Dec 18, 2024
1 parent eb46706 commit 4d941b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cdc_data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
CMD ["./run.sh"]

0 comments on commit 4d941b0

Please sign in to comment.