Spaces:
Build error
Build error
Basant Amatya
commited on
Commit
·
ab50c6f
1
Parent(s):
b855975
fixed COPY syntax
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
FROM docker.io/searxng/searxng:latest
|
5 |
-
COPY .searxng
|
6 |
EXPOSE 8080/tcp
|
|
|
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
|