Skip to content

Commit

Permalink
Merge pull request #223 from Cobollatin/feature/scrapper
Browse files Browse the repository at this point in the history
infra
  • Loading branch information
Cobollatin authored Nov 17, 2024
2 parents 7eae930 + d94b2f2 commit f0c7d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ WORKDIR /indexer
COPY "docker-entrypoint.sh" /indexer
ADD data /indexer/data
RUN chmod +x /indexer/docker-entrypoint.sh
COPY --from=scrapper-builder /scrapper/out /indexer
COPY --from=index-builder /indexer/out /indexer
RUN chmod +x /indexer/scrapper
ENTRYPOINT ["/indexer/docker-entrypoint.sh"]
Expand Down

0 comments on commit f0c7d46

Please sign in to comment.