Skip copying whoogle.env in Dockerfile

pull/478/head
Ben Busby 3 years ago
parent e6bca2d35f
commit 6a229eba5f
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14

@ -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

Loading…
Cancel
Save