From 5b466314f94b160c69713bf7c81a204672301e8e Mon Sep 17 00:00:00 2001 From: hgw Date: Wed, 4 Oct 2023 12:21:19 +0000 Subject: [PATCH] Change ircie repo to sad's fork --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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