flopp / GpxTrackPoster

Create a visually appealing poster from your GPX tracks
MIT License
426 stars 50 forks source link

Added a Dockerfile #14

Closed davidmerrick closed 7 years ago

davidmerrick commented 7 years ago

Hey great project! Just discovered it today. I built out a Dockerfile so it can run inside a container instead of going through the virtualenv steps. It passes parameters as environment variables, and outputs the image to the "output" directory.

To run it, simply do a "docker-compose build" followed by "docker-compose up"

flopp commented 7 years ago

Oh, that's very nice!

I will merge your pull request once I've tried it.

flopp commented 7 years ago

Seems to work fine.

Now I have to extend the README withj detailed instructions on how to use the "docker way" - especially setting up the ".env" file, configuring directories, etc.