# Use an official Python runtime as a parent image FROM astrabert/blast-summaraizer:latest EXPOSE 7860 ENTRYPOINT [ "python3", "app.py" ]