diff --git a/.gitignore b/.gitignore index 32c54ce..3738d16 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ app/static/bangs /build/ dist/ *.egg-info/ + +# env +whoogle.env diff --git a/Dockerfile b/Dockerfile index 5c925aa..073d4d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,8 +66,7 @@ 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 . -COPY whoogle.env . +COPY run whoogle.env* . # Allow writing symlinks to build dir RUN chown 102:102 app/static/build diff --git a/whoogle.env b/whoogle.template.env similarity index 95% rename from whoogle.env rename to whoogle.template.env index c3b65f2..754686c 100644 --- a/whoogle.env +++ b/whoogle.template.env @@ -1,3 +1,6 @@ +# ---------------------------------- +# Rename to "whoogle.env" before use +# ---------------------------------- # You can set Whoogle environment variables here, but must # modify your deployment to enable these values: # - Local: Set WHOOGLE_DOTENV=1