fix location of cargo config

This commit is contained in:
lovasoa
2024-05-04 15:14:26 +02:00
parent 79015526a6
commit 63626e48f6
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -24,7 +24,7 @@ RUN apt-get update && \
# Build dependencies (creates a layer that avoids recompiling dependencies on every build)
COPY Cargo.toml Cargo.lock ./
COPY config.toml .
COPY .cargo ./.cargo
RUN cargo build --target $(cat TARGET) --profile superoptimized
# Build the project