Skip to content

Commit

Permalink
sparse bundler is enabled by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Nov 1, 2023
1 parent ffa2c49 commit f94e4e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f94e4e3

Please sign in to comment.