Fix Dockerfile

This commit is contained in:
BloxerHD 2026-02-12 12:04:48 +00:00
commit 1b6b7ea8bc

View file

@ -6,7 +6,7 @@ RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static protobuf-dev lld
WORKDIR /app
COPY Cargo.toml Cargo.lock ./
COPY Cargo.toml ./
RUN mkdir src && echo "fn main() {}" > src/main.rs && cargo fetch
COPY . .