summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-10 10:37:40 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-10 10:37:40 +0100
commit28c2c2bbbbbda03aed9a29224302283cc4e86ab3 (patch)
tree009b69720d15196d7b9b1901211a9824b8a30ca2 /Dockerfile
parent3512e0a6c6086c2bd20485e3670b6481e8cfa67a (diff)
Renamed project to gitfish. Much nicer than git-server that is actually more misleading
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 2996f89..5cb9232 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,6 +21,7 @@ RUN chmod 755 /usr/local/bin/init
RUN chmod 755 /usr/local/bin/git-run
COPY src/version /usr/local/bin/
+COPY src/banner /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/init"]
@@ -30,9 +31,9 @@ ARG APP_VERSION
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.authors="Matthias Jaros"
LABEL org.opencontainers.image.version="${APP_VERSION}"
-LABEL org.opencontainers.image.source="https://github.com/jarlucmat/git-server"
-LABEL org.opencontainers.image.url="https://github.com/jarlucmat/git-server"
-LABEL org.opencontainers.image.title="git-server"
+LABEL org.opencontainers.image.source="https://github.com/jarlucmat/gitfish"
+LABEL org.opencontainers.image.url="https://github.com/jarlucmat/gitfish"
+LABEL org.opencontainers.image.title="gitfish"
LABEL org.opencontainers.image.description="A minimal, secure Git server using SSH and Fish."
-LABEL org.opencontainers.image.documentation="/usr/share/doc/git-server/LICENSE"
-COPY LICENSE /usr/share/doc/git-server/LICENSE
+LABEL org.opencontainers.image.documentation="/usr/share/doc/gitfish/LICENSE"
+COPY LICENSE /usr/share/doc/gitfish/LICENSE