third pass of ci

This commit is contained in:
2025-07-19 01:51:09 -04:00
parent a83c13a214
commit 3539ceced3
3 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ FROM rust:1.88.0
WORKDIR /app
COPY ./backend/public ./public
COPY ./backend/cache ./cache
COPY ./public ./public
COPY ../cache ./cache
RUN cargo build --release --manifest-path ./public/Cargo.toml