Skip to content
Snippets Groups Projects
Commit a85746f0 authored by Francois Ledoyen's avatar Francois Ledoyen
Browse files

feat: add make target to run local crawler

parent 6705722c
Branches
Tags 1.0.2
No related merge requests found
......@@ -12,6 +12,9 @@ install:
run-crawler:
$(MAKE) -C ${PPT_CRAWLER} run
run-crawler-local:
$(MAKE) -C ${PPT_CRAWLER} run-local
run-api:
poetry run tagthunder-api
......
......@@ -4,6 +4,9 @@ IMAGE_NAME="tagthunder-crawler"
run:
docker run -ti -p 8080:8080 tagthunder-crawler
run-local:
node server.js
build:
@npm install .
@npm pack $(HTML_AUG_DIR) --pack-destination ./node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment