aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-24 12:52:32 -0500
committerTim Keller <tjkeller.xyz>2025-05-24 12:52:32 -0500
commitbcf66d92d664dd707937ae866830a6bee0751745 (patch)
tree5c1f7ecc037b53b434befe71509cc3009beaf3d7 /Dockerfile
parent6b0385c495b246859d27bfa75e1bd4dfa45c2be2 (diff)
downloadmintube-master.tar.xz
mintube-master.zip
cleanup all go code and add an index/home page that is composed from the readme fileHEADmaster
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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