logging changes

This commit is contained in:
watn3y 2023-12-29 07:54:27 +01:00
parent be0cc403b9
commit 02c9f2af6b
14 changed files with 96 additions and 77 deletions

View file

@ -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