warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
154 stars 39 forks source link

Move Dockerfile to root of the project #268

Closed haijeploeg closed 3 years ago

haijeploeg commented 3 years ago

This fixes the github workflows to properly build the docker container. The github workflow could not find the Dockerfile in the root of the project. Moving the Dockerfile to the root of the project will fix this.