Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -56,7 +56,7 @@ RUN apk add --no-cache -t build-dependencies \
|
|
56 |
&& rm -rf /root/.cache
|
57 |
|
58 |
# Copy application files and set ownership to searxng user and group
|
59 |
-
COPY --chown=searxng:searxng
|
60 |
|
61 |
# Set build arguments for timestamps and version info
|
62 |
ARG TIMESTAMP_SETTINGS=0
|
|
|
56 |
&& rm -rf /root/.cache
|
57 |
|
58 |
# Copy application files and set ownership to searxng user and group
|
59 |
+
COPY --chown=searxng:searxng searx /code/searxng/searx
|
60 |
|
61 |
# Set build arguments for timestamps and version info
|
62 |
ARG TIMESTAMP_SETTINGS=0
|