diff --git a/Dockerfile b/Dockerfile index 03a1fd4..8339b59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,6 @@ RUN go build -o /app/bloaterbot WORKDIR /app RUN rm -rf /tmp/build +COPY bloater.webp /app CMD [ "/app/bloaterbot" ] \ No newline at end of file