From c6607712254e931f5cfd49acad32dec0a2a79769 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 24 Jun 2025 19:12:20 +0000 Subject: [PATCH] change api port to 5001 --- crawler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/Dockerfile b/crawler/Dockerfile index 31d2206..44fb763 100644 --- a/crawler/Dockerfile +++ b/crawler/Dockerfile @@ -37,7 +37,7 @@ ENV PATH="/app/.venv/bin:$PATH" # Copy the application code COPY . . -EXPOSE 8000 +EXPOSE 5001 # Set the entry point (adjust to your CLI's entry point) # ENTRYPOINT ["python", "/app/main.py"] # ENTRYPOINT ["/app/runall.sh"]