Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 741cc323 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Copy only the python package in Dockerfile

parent 33079423
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,9 +32,9 @@ RUN apk -U add \
    ca-certificates \
 && rm -f /var/cache/apk/*

COPY . .
COPY searx /usr/local/searx/searx

RUN chown -R searx:searx *
RUN chown -R searx:searx /usr/local/searx

USER searx