Spaces:
Build error
Build error
Basant Amatya
commited on
Commit
·
b855975
1
Parent(s):
975d4c4
Dockerfile adapted for searxng service
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -2,8 +2,5 @@
|
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
FROM docker.io/searxng/searxng:latest
|
|
|
5 |
EXPOSE 8080/tcp
|
6 |
-
|
7 |
-
|
8 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
9 |
-
|
|
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
FROM docker.io/searxng/searxng:latest
|
5 |
+
COPY .searxng:/etc/searxng
|
6 |
EXPOSE 8080/tcp
|
|
|
|
|
|
|
|