fix pythonpath for agents

This commit is contained in:
ramnique 2025-01-15 20:11:25 +05:30
parent f4180fbffb
commit 4353ce88d8

View file

@ -22,6 +22,7 @@ COPY . .
# Set environment variables
ENV FLASK_APP=src.app.main
ENV PYTHONUNBUFFERED=1
ENV PYTHONPATH=/app
# Command to run Flask development server
CMD ["flask", "run", "--host=0.0.0.0", "--port=3001"]