mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2024-11-10 09:39:12 +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"]
|