Spaces:
Build error
Build error
Basant Amatya
commited on
Commit
·
5f073bf
1
Parent(s):
ab50c6f
syntax corrected for COPY instruction
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
|
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
|