logging changes
This commit is contained in:
parent
be0cc403b9
commit
02c9f2af6b
14 changed files with 96 additions and 77 deletions
|
@ -15,9 +15,7 @@ RUN go mod download
|
|||
|
||||
RUN mkdir /tmp/build/output
|
||||
|
||||
ARG CGO_ENABLED=1
|
||||
|
||||
ENV COMMIT=${COMMIT}
|
||||
ARG CGO_ENABLED=0
|
||||
|
||||
RUN go build -o /tmp/build/output/bloaterbot
|
||||
|
||||
|
@ -31,6 +29,8 @@ RUN apk add --no-cache ffmpeg python3 py3-pip
|
|||
|
||||
RUN pip3 install --upgrade yt-dlp
|
||||
|
||||
ENV COMMIT=${COMMIT}
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /tmp/build/output/bloaterbot /app/bloaterbot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue