This commit is contained in:
Watn3y 2023-03-21 21:57:19 +01:00
parent 25f7e90c90
commit f00e8e1509

View file

@ -20,5 +20,6 @@ RUN go build -o /app/bloaterbot
WORKDIR /app
RUN rm -rf /tmp/build
COPY bloater.webp /app
CMD [ "/app/bloaterbot" ]