dustin / gopro

Tools for making the most out of GoPro Plus.
http://dustin.sallings.org/2020/04/29/gopro-plus.html
BSD 3-Clause "New" or "Revised" License
91 stars 12 forks source link

Added initial Dockerfile #19

Closed danharvey closed 1 year ago

danharvey commented 1 year ago

This pull request adds a Dockerfile that will build a docker image for the gopro tool.

To use:

docker build -t danharvey/gopro:master .

Then

docker run --rm -it danharvey/gopro:master <params>

I've never used haskell before so welcome to comments on how to compile correctly!

Possible TODO's

dustin commented 1 year ago

Hey, this is neat. I've been trying to find The Best Way™ to build a docker image and didn't think to just do something easy. I don't use docker, so I've not prioritized it.