diff --git a/Dockerfile b/Dockerfile index 35eb18e..63653e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:bookworm WORKDIR /app RUN mkdir save -RUN git clone https://github.com/ayywrk/ircie +RUN git clone https://git.supernets.org/sad/ircie.git COPY . . RUN cargo build --release CMD ["./target/release/hardfight"] \ No newline at end of file