From 6a229eba5f85736d5f901eb5bdc5c6b3f567a8f9 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 19 Oct 2021 12:44:44 -0600 Subject: [PATCH] Skip copying whoogle.env in Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 073d4d7..cec9f54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,8 @@ COPY --from=builder /install /usr/local COPY misc/tor/torrc /etc/tor/torrc COPY misc/tor/start-tor.sh misc/tor/start-tor.sh COPY app/ app/ -COPY run whoogle.env* . +COPY run . +#COPY whoogle.env . # Allow writing symlinks to build dir RUN chown 102:102 app/static/build