AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

Add Dockerfile for developers to use to run Chasten #53

Closed AidanNeeson closed 11 months ago

AidanNeeson commented 11 months ago

Includes the addition of a Dockerfile that allows for developers to run Chasten without the fuss of OS specific dependency issues. Issue #40 includes the steps necessary to create the container, run, and manage it. A wiki would be helpful to document these steps so they will not clog up the README.

jnormile commented 11 months ago

The added content looks good to me--appreciate the different commands for multiple OSs being explicitly stated!

gkapfham commented 11 months ago

From personal experience of using DockerFile on my computer, this fully works and is very helpful.

Hi @Finley8, thanks for confirming. Looking forward to future PR reviews that you may complete, I suggest that you also furnish evidence that the command(s) worked by showing program output in your terminal window in the PR review. See what I mean? Overall, the more concrete output that we can provide the better we can establish a confidence in the correctness of the PR.