Closed danharvey closed 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
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.
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