Skip to content

Commit

Permalink
copy SummaryFn layout.html to image
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien committed Nov 13, 2019
1 parent 1ace8d4 commit 675acd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funcs/summary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apk add --no-cache ca-certificates

# Copy the binary to the production image from the builder stage.
COPY --from=builder /app/summary-fn /summary-fn
COPY --from=builder /app/funcs/summary/*.html /funcs/summary/

# Run the web service on container startup.
CMD /summary-fn NBA -o text -c 10 -p 8080 -S \
Expand Down

0 comments on commit 675acd6

Please sign in to comment.