Create dockerfile
This commit is contained in:
parent
1a8884fa26
commit
69440673c9
7
dockerfile
Normal file
7
dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM ghcr.io/searxng/searxng:latest
|
||||
|
||||
# Expose the port that SearXNG uses internally
|
||||
EXPOSE 8080
|
||||
|
||||
# Start the app
|
||||
CMD ["uwsgi", "--ini", "/etc/searxng/uwsgi.ini"]
|
Loading…
x
Reference in New Issue
Block a user