Skip copying whoogle.env in Dockerfile
parent
e6bca2d35f
commit
6a229eba5f
|
@ -66,7 +66,8 @@ COPY --from=builder /install /usr/local
|
||||||
COPY misc/tor/torrc /etc/tor/torrc
|
COPY misc/tor/torrc /etc/tor/torrc
|
||||||
COPY misc/tor/start-tor.sh misc/tor/start-tor.sh
|
COPY misc/tor/start-tor.sh misc/tor/start-tor.sh
|
||||||
COPY app/ app/
|
COPY app/ app/
|
||||||
COPY run whoogle.env* .
|
COPY run .
|
||||||
|
#COPY whoogle.env .
|
||||||
|
|
||||||
# Allow writing symlinks to build dir
|
# Allow writing symlinks to build dir
|
||||||
RUN chown 102:102 app/static/build
|
RUN chown 102:102 app/static/build
|
||||||
|
|
Loading…
Reference in New Issue