Download browser during docker build
All checks were successful
Build / build (push) Successful in 2m52s
All checks were successful
Build / build (push) Successful in 2m52s
Closes #1
This commit is contained in:
@@ -15,4 +15,5 @@ COPY migrations ./migrations
|
||||
COPY *.go ./
|
||||
RUN go build -o /vivaplusdl
|
||||
|
||||
CMD ["/vivaplusdl"]
|
||||
RUN /vivaplusdl --install
|
||||
CMD ["/vivaplusdl", "--no-install"]
|
||||
|
||||
Reference in New Issue
Block a user