sparse bundler is enabled by default now

This commit is contained in:
Niccolo Borgioli 2023-11-01 15:26:55 +01:00
parent ffa2c49ea3
commit f94e4e3858
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 1 additions and 4 deletions

View File

@ -8,12 +8,9 @@ RUN pnpm run build
# BACKEND
FROM rust:1.71-alpine as backend
FROM rust:1.73-alpine as backend
WORKDIR /tmp
RUN apk add libc-dev openssl-dev alpine-sdk
# COPY ./packages/backend/Cargo.* ./
# ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
# RUN cargo fetch
COPY ./packages/backend ./
RUN cargo build --release