fourth pass at ci

This commit is contained in:
2025-07-19 02:05:57 -04:00
parent 3539ceced3
commit b2e22d4b6b
2 changed files with 5 additions and 5 deletions

View File

@@ -2,9 +2,9 @@ FROM rust:1.88.0
WORKDIR /app
COPY ./task ./task
COPY ../cache ./cache
COPY ../storage ./storage
COPY ./task /app/task
COPY ../cache /app/cache
COPY ../storage /app/storage
RUN mkdir /app/posts
RUN cargo build --release --manifest-path ./task/Cargo.toml