mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2024-11-10 09:39:12 +08:00
7 lines
139 B
Docker
7 lines
139 B
Docker
|
FROM algolia/docsearch-scraper:latest
|
||
|
LABEL maintainer="t@sparanoid.com"
|
||
|
|
||
|
COPY entrypoint.sh /entrypoint.sh
|
||
|
|
||
|
ENTRYPOINT ["/entrypoint.sh"]
|