Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): explicitly specify shell (#598)
Fix the `JSONArgsRecommended` warning by explicitly setting the shell to be used when running the Dockerfile's `CMD` command. Note that it is not possible to switch to the exec form of `CMD`, as it lacks environment variable expansion. Closes #596
- Loading branch information