Update Dockerfile
Browse files- Dockerfile +1 -2
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 searx /code/searxng/searx
|
60 |
|
61 |
# Set build arguments for timestamps and version info
|
62 |
ARG TIMESTAMP_SETTINGS=0
|
@@ -96,4 +96,3 @@ LABEL maintainer="searxng <${GIT_URL}>" \
|
|
96 |
org.opencontainers.image.source=${LABEL_VCS_URL} \
|
97 |
org.opencontainers.image.created="${LABEL_DATE}" \
|
98 |
org.opencontainers.image.documentation="https://github.com/searxng/searxng-docker"
|
99 |
-
|
|
|
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
|
|
|
96 |
org.opencontainers.image.source=${LABEL_VCS_URL} \
|
97 |
org.opencontainers.image.created="${LABEL_DATE}" \
|
98 |
org.opencontainers.image.documentation="https://github.com/searxng/searxng-docker"
|
|