all repos — elgit @ 5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

fork of legit: web frontend for git, written in go

rename to elgit

Alan Pearce
commit

5ae6e6b8ba5bad8b7a981ac0db5f3974806be935

parent

8ed87caffe08bcd6487a7d585763d05d91634f44

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M contrib/Dockerfilecontrib/Dockerfile
@@ -6,7 +6,7 @@ COPY . .
RUN go mod download RUN go mod verify -RUN go build -o legit +RUN go build -o elgit FROM scratch AS build-release-stage
@@ -15,8 +15,8 @@
COPY static ./static COPY templates ./templates COPY config.yaml ./ -COPY --from=builder /app/legit ./ +COPY --from=builder /app/elgit ./ EXPOSE 5555 -CMD ["./legit"] +CMD ["./elgit"]