Support pulling ircie during the docker build

This commit is contained in:
hgw 2023-10-04 12:16:52 +00:00
parent 35f99f5e0e
commit 99e4aaa0d7
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target
Cargo.lock
irc_config.yaml
hall_of_fame.yaml
/save
/ircie

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ircie = { path = "../ircie" }
ircie = { path = "./ircie" }
tokio = { version = "1.28.2", features = ["full"] }
env_logger = "0.10.0"
rand = "0.8.5"

View File

@ -21,7 +21,7 @@ use rand::{
};
use serde::{Deserialize, Serialize};
const SAVE_LOC: &'static str = "hall_of_fame.yaml";
const SAVE_LOC: &'static str = "save/hall_of_fame.yaml";
const PRESENTATIONS: &'static [&'static str] = &[
"A faggot coming straight from the underground!",