This commit is contained in:
Ada Werefox 2024-11-10 17:47:03 -06:00
parent 0a7de927e3
commit b06122b7b1
2 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ COPY src/ src/
COPY templates/ templates/
COPY Cargo.toml .
COPY Rocket.toml .
COPY Cargo.lock .
RUN cargo install --config "net.git-fetch-with-cli=true" --path .
RUN cargo build
ENV RUST_ADDRESS=0.0.0.0

File diff suppressed because one or more lines are too long