update to RIO 0.11.1

This commit is contained in:
Cole Deck
2025-09-29 18:51:32 +00:00
parent 145a215305
commit 65f6052903
11 changed files with 28 additions and 20 deletions

View File

@@ -8,5 +8,6 @@ RUN ./venv/bin/pip install --no-cache-dir -r requirements.txt
COPY *.py *.txt *.toml ./
COPY inventory ./inventory
#ENV PYTHONPATH=/inventory
CMD ["./venv/bin/python3", "-m", "rio", "run", "--release", "--public", "--port", "8000"]
# CMD ["./venv/bin/python3", "-m", "rio", "run", "--release", "--public", "--port", "8000"]
CMD ["./venv/bin/python3", "run.py"]
EXPOSE 8000