nodocker :clown:

This commit is contained in:
EvilMuffinHa 2022-03-02 11:13:05 -05:00
parent 34e080e598
commit 88fe84e0a0

View File

@ -1,9 +0,0 @@
FROM rustlang/rust:nightly
WORKDIR /app
COPY Cargo.toml ./
COPY src ./src
COPY templates ./templates
RUN cargo build --release