Expose events.json

This commit is contained in:
Luc Juggery 2018-03-02 21:58:55 +01:00
parent ec73b711c6
commit 3f45945374

View file

@ -8,6 +8,7 @@ RUN mustache past_events.json index.mustache > past.html
FROM nginx:1.12.2
COPY --from=build /build/*.html /usr/share/nginx/html/
COPY events.json /usr/share/nginx/html/
COPY css /usr/share/nginx/html/css
COPY js /usr/share/nginx/html/js
COPY images /usr/share/nginx/html/images