Add COPY templates step

This commit is contained in:
2024-12-22 01:11:00 -06:00
parent 29d5e5247b
commit 81c3087462

View File

@@ -22,6 +22,7 @@ RUN apk update && apk add musl-dev
WORKDIR /build/server
COPY ./src ./src
COPY ./templates ./templates
COPY ./Cargo.toml ./Cargo.lock ./
RUN cargo build --release