rename to elgit
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M contrib/Dockerfile → contrib/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"]