From bcf66d92d664dd707937ae866830a6bee0751745 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 24 May 2025 12:52:32 -0500 Subject: cleanup all go code and add an index/home page that is composed from the readme file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 7e389c4..ce83df8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ FROM alpine:latest WORKDIR /app COPY --from=builder /app/mintube . +COPY --from=builder /app/README.md . COPY --from=builder /app/templates ./templates COPY --from=builder /app/static ./static -- cgit v1.2.3