Fix the Sin of Man
- Migrate to ClickHouse - Simplify serde renaming - Simplify backfill logic - Compartmentalize database columns Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -3,10 +3,8 @@ RUN apk add --no-cache pkgconf musl-dev openssl-dev
|
||||
|
||||
WORKDIR /usr/src/qrust
|
||||
|
||||
ENV SQLX_OFFLINE=true
|
||||
|
||||
RUN mkdir src && echo "fn main() {}" > src/main.rs
|
||||
COPY Cargo.toml .sqlx ./
|
||||
COPY Cargo.toml ./
|
||||
RUN cargo build --release
|
||||
RUN rm -rf src
|
||||
|
||||
|
Reference in New Issue
Block a user