pidgin/nest

44c02350e838
Parents 8cdd35c59c77
Children afb910aa3197
Copy Posts RSS to `/rss.xml`
  • +2 -1
    Dockerfile
  • --- a/Dockerfile Mon Jan 13 08:18:09 2020 +0000
    +++ b/Dockerfile Mon Jan 13 08:22:09 2020 +0000
    @@ -14,7 +14,8 @@
    ARG COMMIT
    COPY hugo /nest/hugo
    -RUN hugo -s /nest/hugo -d /nest/public
    +RUN hugo -s /nest/hugo -d /nest/public && \
    + cp /nest/public/post/index.xml /nest/public/rss.xml
    #####################################################################
    # setup up our node environment