This commit is contained in:
Watn3y 2023-03-05 04:38:25 +01:00
parent 9b25758951
commit 6991325831
7 changed files with 60 additions and 7 deletions

View file

@ -12,14 +12,11 @@ RUN pip3 install yt-dlp
#build nenefootbot
WORKDIR /app
COPY * ./
COPY . .
RUN go mod download
RUN mkdir
RUN go build -o /bloaterbot
RUN go build -o bloaterbot
ENV NENEFOOTBOT_APITOKEN $NENEFOOTBOT_APITOKEN
ENV NENEFOOTBOT_DEBUGMODE $NENEFOOTBOT_DEBUGMODE
CMD [ "/bloaterbot" ]
CMD [ "bloaterbot" ]