mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 07:14:54 -06:00
Add COPY templates step
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user