Download browser during docker build
All checks were successful
Build / build (push) Successful in 2m52s

Closes #1
This commit is contained in:
2025-02-10 13:14:27 +01:00
parent 97e7a8b8fc
commit acc5bcdcfc
2 changed files with 17 additions and 4 deletions

View File

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