Psycojoker / prosopopee

a static website generator to make beautiful customizable pictures galleries that tell a story
http://prosopopee.readthedocs.org
GNU General Public License v3.0
327 stars 56 forks source link

Running docker image fails even though there is a settings.yaml #102

Closed snow6oy closed 4 years ago

snow6oy commented 4 years ago

Image pulled ok. When I tried first time it said

$ docker run --rm -v $(pwd):/site beudbeud/prosopopee
Abort: I can't find a settings.yaml in the current working directory

So I put a settings yaml in $(pwd) and the same thing happened.

Any ideas?

beudbeud commented 4 years ago

Hi, you need have this kind files organization

example
      ├── settings.yaml
      └── first_gallery
          ├── settings.yaml
          └── stuff.png

and after you can use docker image

$ cd example
$ docker run --rm -v $(pwd):/site beudbeud/prosopopee
snow6oy commented 4 years ago

Yep this was the problem. I only had a root settings.yaml