mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2025-07-02 10:03:27 +08:00
chore: try /root as base dir
This commit is contained in:
@ -1,6 +1,14 @@
|
||||
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
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user