feat: init repo

This commit is contained in:
Tunghsiao Liu
2021-07-05 12:56:01 -04:00
commit f30903280f
2 changed files with 12 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM algolia/docsearch-scraper:latest
LABEL maintainer="t@sparanoid.com"
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]