chmielvu commited on
Commit
31519ff
·
verified ·
1 Parent(s): 083e7e0

Fix: Add missing FROM instruction to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- # change the following to let hc to repull latest docker image
2
- # 20260226
3
- RUN chmod 777 /etc/searxng
4
  COPY ./searxng /etc/searxng
 
1
+ FROM searxng/searxng:latest
2
+
3
+ # Copy custom SearXNG configuration
4
  COPY ./searxng /etc/searxng