diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index a0385e2..0000000 --- a/Dockerfile +++ /dev/null @@ -1,9 +0,0 @@ -FROM rustlang/rust:nightly - -WORKDIR /app -COPY Cargo.toml ./ -COPY src ./src -COPY templates ./templates - - -RUN cargo build --release