update to RIO 0.11.1
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user