Fix cacher circular dependency message
It seems that some Git message/note was copy pasted into the Dockerfile. I put it back to original from previous commit. Built and working.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ COPY Cargo.toml Cargo.lock ./
|
||||
RUN mkdir -p src && \
|
||||
echo 'fn main() { println!("Dummy build for caching dependencies"); }' > src/main.rs && \
|
||||
cargo build --release && \
|
||||
@@ -13,41 +22,68 @@ RUN mkdir -p src && \
|
||||
rm -rf src target/release/deps/oxicloud*
|
||||
# Stage 2: Build the application
|
||||
FROM rust:1.85-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user