Closed gflohr closed 4 years ago
I had rewritten and replaced AnyEvent-Filesys-Notify because I wanted to get rid of the dependency to Moose. This may have introduced the bug. I will undo that change and try to build a new docker image. Unfortunately, that won't happen before next week. Okay?
Yes, that's totally fine. Thanks in advance!
@veronikaneumann reported this originally as https://github.com/gflohr/qgoda-site/issues/6:
When I run
docker run --rm -it -v $(pwd):/data gflohr/qgoda watch
for the first time, I get this:When I change my code afterwards, I expect to get something like this:
But nothing happens. Is it a problem that I don't have a _config.yaml? Why does it say that I have 0 artefacts? Am I doing something wrong or is this an issue of the image?
(I found an older image dsonntag/qgoda on my server and got it working with this one as expected.)