third pass of ci
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user