Am retarded

This commit is contained in:
Watn3y 2023-03-05 04:40:06 +01:00
parent 6991325831
commit c0e760951c

View file

@ -6,10 +6,7 @@ WORKDIR /tmp
RUN apk update RUN apk update
RUN apk upgrade --available RUN apk upgrade --available
#install yt-dlp #build bloaterbot
RUN pip3 install yt-dlp
#build nenefootbot
WORKDIR /app WORKDIR /app
COPY . . COPY . .