mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2024-11-10 09:39:12 +08:00
11 lines
222 B
Docker
11 lines
222 B
Docker
|
FROM algolia/docsearch-scraper:latest
|
||
|
|
||
|
LABEL maintainer="t@sparanoid.com"
|
||
|
|
||
|
# Get rid of /github/home
|
||
|
# https://stackoverflow.com/a/63144407/412385
|
||
|
ENV WORKON_HOME /root
|
||
|
ENV PIPENV_PIPFILE /root/Pipfile
|
||
|
|
||
|
RUN pipenv install
|