pidgin/nest

8cdd35c59c77
Parents ac2fcd697d3b
Children 44c02350e838
Add `GOSERVE_404_PAGE` so 404 page is served
  • +1 -0
    Dockerfile
  • --- a/Dockerfile Mon Jan 13 04:53:33 2020 +0000
    +++ b/Dockerfile Mon Jan 13 08:18:09 2020 +0000
    @@ -34,5 +34,6 @@
    #####################################################################
    FROM rwgrim/goserve
    +ENV GOSERVE_404_PAGE="/html/404.html"
    COPY --from=node-build /nest/public /html/
    EXPOSE 3000/tcp