brightsparklabs / appcli

A library for adding CLI interfaces to applications in the brightSPARK Labs style
MIT License
2 stars 4 forks source link

Run linter over Dockerfile #58

Closed thomas-anderson-bsl closed 2 years ago

thomas-anderson-bsl commented 3 years ago

We should run linting on our Dockerfile on build to ensure we catch any potential issues or improvements.

One option is https://github.com/hadolint/hadolint

The change will likely be part of the Makefile.

thomas-anderson-bsl commented 2 years ago

Resolved with https://github.com/brightsparklabs/appcli/pull/228