Skip to content

Commit 9b0ac08

Browse files
author
Sylvain Pace
authored
Merge pull request #417 from algolia/fix/build_base
Fix/build base
2 parents cb0eb65 + 76206d9 commit 9b0ac08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scraper/dev/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ FROM algolia/docsearch-scraper-base
22
MAINTAINER Algolia <documentationsearch@algolia.com>
33

44
WORKDIR /root
5+
COPY scraper/src ./src
56

67
ENTRYPOINT ["pipenv", "run", "python", "-m", "src.index"]

scraper/dev/docker/Dockerfile.dev

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
# - Do not COPY ./src
33
# - Do not define an ENTRYPOINT
44

5-
FROM algolia/
6-
docsearch-scraper-base
5+
FROM algolia/docsearch-scraper-base
76
MAINTAINER Algolia <documentationsearch@algolia.com>

0 commit comments

Comments
 (0)