mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-12 08:42:38 +02:00
fix pythonpath for agents
This commit is contained in:
parent
f4180fbffb
commit
4353ce88d8
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue