mirror of
https://github.com/benbusby/whoogle-search
synced 2024-10-30 09:20:50 +00:00
Fix default site alts in Dockerfile
The Dockerfile was incorrectly assigning an empty string to the site alt values, which caused the filter to update relevant sites with an empty host. This replaces the empty string with the correct domain for each site alternative.
This commit is contained in:
parent
fad937fe08
commit
7e39b4e7a0
@ -39,11 +39,11 @@ ENV HTTPS_ONLY=$use_https
|
||||
ARG whoogle_port=5000
|
||||
ENV EXPOSE_PORT=$whoogle_port
|
||||
|
||||
ARG twitter_alt=''
|
||||
ARG twitter_alt='nitter.net'
|
||||
ENV WHOOGLE_ALT_TW=$twitter_alt
|
||||
ARG youtube_alt=''
|
||||
ARG youtube_alt='invidious.snopyta.org'
|
||||
ENV WHOOGLE_ALT_YT=$youtube_alt
|
||||
ARG instagram_alt=''
|
||||
ARG instagram_alt='bibliogram.art/u'
|
||||
ENV WHOOGLE_ALT_YT=$instagram_alt
|
||||
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user