fix location of cargo config
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user