mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2025-01-09 23:59:13 +08:00
8 lines
147 B
Docker
8 lines
147 B
Docker
FROM openbayes/docsearch-scraper-action-base
|
|
|
|
LABEL maintainer="t@sparanoid.com"
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|