Change ircie repo to sad's fork
This commit is contained in:
parent
8c2dd1cc3b
commit
5b466314f9
@ -1,7 +1,7 @@
|
|||||||
FROM rust:bookworm
|
FROM rust:bookworm
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN mkdir save
|
RUN mkdir save
|
||||||
RUN git clone https://github.com/ayywrk/ircie
|
RUN git clone https://git.supernets.org/sad/ircie.git
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
CMD ["./target/release/hardfight"]
|
CMD ["./target/release/hardfight"]
|
Loading…
Reference in New Issue
Block a user