Remove --no-install
All checks were successful
Build / build (push) Successful in 2m24s

This commit is contained in:
2025-02-10 13:19:56 +01:00
parent acc5bcdcfc
commit b9079e1e55
2 changed files with 4 additions and 7 deletions

View File

@@ -16,4 +16,4 @@ COPY *.go ./
RUN go build -o /vivaplusdl
RUN /vivaplusdl --install
CMD ["/vivaplusdl", "--no-install"]
CMD ["/vivaplusdl"]