Change ircie repo to sad's fork

This commit is contained in:
hgw 2023-10-04 12:21:19 +00:00
parent 8c2dd1cc3b
commit 5b466314f9
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4

View File

@ -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"]