mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Skip copying whoogle.env in Dockerfile
This commit is contained in:
parent
e6bca2d35f
commit
6a229eba5f
@ -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…
x
Reference in New Issue
Block a user