sync
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM rustlang/rust:nightly
|
||||
|
||||
WORKDIR /app
|
||||
COPY Cargo.toml ./
|
||||
COPY src ./src
|
||||
COPY templates ./templates
|
||||
|
||||
|
||||
RUN cargo build --release
|
||||
Reference in New Issue
Block a user