From f997fefc63fda5a19e641bb499eed9e90c40ebdf Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 25 Sep 2020 18:53:16 -0400 Subject: delete docker config --- Dockerfile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 92c9cf4..0000000 --- a/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -FROM rustlang/rust:nightly - -RUN apt-get update -yqq && apt-get install -yqq libsodium-dev - -WORKDIR /usr/src/thulani -COPY src ./src -COPY Cargo.toml ./ - -RUN cargo fetch - -COPY .env ./ - -RUN cargo build --release - -FROM python:3 -RUN pip install youtube-dl -RUN apt-get update -yqq && apt-get install -yqq libsodium18 ffmpeg - -COPY --from=0 /usr/src/thulani/target/release/thulani . -COPY .env ./ - -CMD ["./thulani"] -- cgit v1.3.1