mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2025-07-02 18:13:29 +08:00
feat: init repo
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM algolia/docsearch-scraper:latest
|
||||
LABEL maintainer="t@sparanoid.com"
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user