mirror of
https://github.com/searx/searx
synced 2025-09-01 23:16:04 +00:00
Use new LABEL syntax for Dockerfile
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
MAINTAINER searx <https://github.com/asciimoo/searx>
|
LABEL maintainer="searx <https://github.com/asciimoo/searx>"
|
||||||
LABEL description "A privacy-respecting, hackable metasearch engine."
|
LABEL description="A privacy-respecting, hackable metasearch engine."
|
||||||
|
|
||||||
ENV BASE_URL=False IMAGE_PROXY=False
|
ENV BASE_URL=False IMAGE_PROXY=False
|
||||||
EXPOSE 8888
|
EXPOSE 8888
|
||||||
|
Reference in New Issue
Block a user