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"]