fourth pass at ci
This commit is contained in:
@@ -2,8 +2,8 @@ FROM rust:1.88.0
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./public ./public
|
COPY ./public /app/public
|
||||||
COPY ../cache ./cache
|
COPY ../cache /app/cache
|
||||||
|
|
||||||
RUN cargo build --release --manifest-path ./public/Cargo.toml
|
RUN cargo build --release --manifest-path ./public/Cargo.toml
|
||||||
|
|
||||||
|
@@ -2,9 +2,9 @@ FROM rust:1.88.0
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./task ./task
|
COPY ./task /app/task
|
||||||
COPY ../cache ./cache
|
COPY ../cache /app/cache
|
||||||
COPY ../storage ./storage
|
COPY ../storage /app/storage
|
||||||
|
|
||||||
RUN mkdir /app/posts
|
RUN mkdir /app/posts
|
||||||
RUN cargo build --release --manifest-path ./task/Cargo.toml
|
RUN cargo build --release --manifest-path ./task/Cargo.toml
|
||||||
|
Reference in New Issue
Block a user