File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Ingress
2- TIPS_INGRESS_ADDRESS = 127 .0.0.1
2+ TIPS_INGRESS_ADDRESS = 0 .0.0.0
33TIPS_INGRESS_PORT = 8080
44TIPS_INGRESS_DATABASE_URL = postgresql://postgres:postgres@localhost:5432/postgres
55TIPS_INGRESS_RPC_MEMPOOL = http://localhost:2222
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /app
55COPY Cargo.toml Cargo.lock ./
66COPY crates/ ./crates/
77
8- RUN cargo build --release -- bin tips-audit
8+ RUN cargo build --bin tips-audit
99
1010FROM debian:bookworm
1111
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY Cargo.toml Cargo.lock ./
66COPY crates/ ./crates/
77COPY .sqlx/ ./.sqlx/
88
9- RUN cargo build --release -- bin tips-ingress
9+ RUN cargo build --bin tips-ingress
1010
1111FROM debian:bookworm
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY Cargo.toml Cargo.lock ./
66COPY crates/ ./crates/
77COPY .sqlx/ ./.sqlx/
88
9- RUN cargo build --release -- bin tips-maintenance
9+ RUN cargo build --bin tips-maintenance
1010
1111FROM debian:bookworm
1212
You can’t perform that action at this time.
0 commit comments