diff --git a/Dockerfile b/Dockerfile index 4c16e4e..5d58ca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ RUN git clone https://github.com/iceBear67/bubble . FROM debian:13 COPY --from=0 --chmod=0755 /src/bubble.sh /bin/bubble RUN <