adowu commited on
Commit
9d1939c
·
verified ·
1 Parent(s): 3bbdd38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ./searx /code/searxng/searx
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