From 020cbc75a8a8a2c3602b2981f05eb76d202bc296 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Sat, 2 Oct 2021 18:12:58 +0200 Subject: [PATCH] Remove copying docker_misc in Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bd5e2f1..b17d2f91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,6 @@ RUN apt-get update && apt-get install -y netcat-openbsd sqlite3 libpq-dev libmar COPY --from=builder /usr/local/cargo/bin/diesel /usr/local/cargo/bin/zauth /usr/local/bin/ COPY diesel.toml /usr/src/zauth/ COPY migrations/ migrations/ -COPY docker_misc/ docker_misc/ COPY --from=staticbuilder /usr/src/zauth/static static/ ENV ROCKET_ENV production