sumpfork / dominiontabs

Divider generator for the card game Dominion and its expansions.
http://domdiv.sandflea.org
Other
122 stars 125 forks source link

Initial Dockerfile #501

Closed nickv2002 closed 7 months ago

nickv2002 commented 7 months ago

This adds a dockerfile that can be built more easily and platform-agnostic than the Python virtual env and some instructions for how to run that via CLI. This was based on my own suggested in another PR.

@sumpfork LMK if you have questions, otherwise go ahead and merge this.

Potential next steps:

  1. Build the dockerfile via GitHub Workflows and host a pre-built one in this project
  2. Add additional dockerfile-based testing steps to make testing easier
  3. Add instructions to bind mount the project dir to use docker in development iteration loop
sumpfork commented 7 months ago

This is fine to add, too, but I was thinking of something much simpler to start: #502.