Skip to content

Commit

Permalink
Merge pull request #224 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 f0c7d46 + 2f0bed3 commit f4dd147
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ COPY "docker-entrypoint.sh" /indexer
ADD data /indexer/data
RUN chmod +x /indexer/docker-entrypoint.sh
COPY --from=index-builder /indexer/out /indexer
RUN chmod +x /indexer/scrapper
ENTRYPOINT ["/indexer/docker-entrypoint.sh"]
CMD ["sh","-c","/indexer/scrapper /indexer/data && dotnet /indexer/indexer.dll"]
CMD ["sh","-c","dotnet /indexer/indexer.dll"]

0 comments on commit f4dd147

Please sign in to comment.