Change ircie repo to sad's fork
This commit is contained in:
parent
8c2dd1cc3b
commit
5b466314f9
@ -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"]
|
Loading…
Reference in New Issue
Block a user