feat: add provider ssh tcp data pool
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
FROM rust:1-bookworm AS build
|
||||
WORKDIR /app/src/components/backend-core
|
||||
ARG CARGO_BUILD_JOBS=1
|
||||
ENV CARGO_BUILD_JOBS=${CARGO_BUILD_JOBS}
|
||||
COPY src/components/backend-core/Cargo.toml ./Cargo.toml
|
||||
COPY src/components/backend-core/Cargo.lock ./Cargo.lock
|
||||
COPY src/components/backend-core/src ./src
|
||||
RUN CARGO_BUILD_JOBS=1 cargo build --release
|
||||
RUN cargo build --release --jobs "${CARGO_BUILD_JOBS}"
|
||||
|
||||
FROM postgres:16-bookworm
|
||||
RUN apt-get update \
|
||||
|
||||
Reference in New Issue
Block a user