mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Skip copying whoogle.env in Dockerfile
This commit is contained in:
parent
e6bca2d35f
commit
6a229eba5f
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue